I'm trying to find a command line tool to transcode the new braw files to mp4 h264 in order to produce small proxies. It looks like ffmpeg does not support this type of conversion until now. Any ideas how to this?
Do realize, blindly trascoding any raw footage to H.265 or even DNxHR can do irrecoverable damage.
BRaw allows you to change white balance and ISO as if it was done in camera. There is also additional highlight data that can be brought back with 'highlight recovery'. In addition to just being high bit depth, 14 bit?
H.265 offers none of this. 10 bit is the best you can do.
Ideal workflow would be to perform at least your base color grade before transcoding to make sure Exposure and WB are 90% there before throwing away that data.
Of course unless you are just using the h.265 files as intermediaries to throw away and perform actual grade and export with native Braw.
I'm looking for something in a similar vein. I want to set up a remote "preview" capability for our media storage server. The idea being that we can look through footage that we've transferred to the server without having to be on site. Bit rates on a lot of the original content limits what we can do over the internet but I've found that Filestash can connect to object storage AND do on the fly ffmpeg transcoding. This seems to work ok for most content. But BRAW, I think, presents a challenge (haven't actually tested BRAW yet).
I should probably be asking this on the ffmpeg sites but figured I'd post here in case someone has any thoughts or info about ffmpeg and BRAW compatibility.
If someone doesn't want to use Resolve scripting for whatever reason then in the Blackmagic RAW download one of the sample code apps we have is OpenEXRTranscode - this compiles into a command line transcode tool that will create OpenEXR sequences from Blackmagic RAW clips with various options.
Someone could take this sample code and modify it to work with ffmpeg.
**Any post by me prior to Aug 2014 was before i started working for Blackmagic**