The only way that I could find to convert a Sony cam MXF file was to use MXFSplit to pull out the raw stream and then use FFMpeg to convert that to something. Step 1: Download and extract MXFLib from FreeMXF.org (OLD LINK, source only now) FreeMXF.org Step 2:Drop to…
Tag: FFMPEG
failed to rename “x264_2pass.log.temp” to “x264_2pass.log”
If you’re not running FFMPEG directly (running a GUI wrapper for instance) I don’t have an answer for you. But if you’re running FFMPEG directly from the command line you might run into this if you run multiple encodes at the same time. Specifically, FFMPEG allows you to specify the…