Transcode to XDCAM MXF OP-Atom issue
Posted: Wed Mar 17, 2021 7:34 pm
Hello
I'm trying to set up a work flow to either transcode or transwrap files to XDCAM HD422 1080i59.94 and output as MXF OP-Atom for an Avid Interplay system.
Currently the workflow will work if I try files that are not already XDCAM. However, if I take an MXF OP1a XDCAM HD422 1080i59.94, and run it through the workflow, I get an error that says....
I've traced this down to the ffmpeg encode line in which it uses
I took the command line from the log and ran it myself changing that line to and I can get it to encode.
Is this a bug or is there a reason why it's set to 29.97 instead of 30000/1001?
Is there anyway for me to make this modification within the Encoders-->XDCAM-HD processor so I can make this work for both XDCAM and non XDCAM source files?
Thanks
I'm trying to set up a work flow to either transcode or transwrap files to XDCAM HD422 1080i59.94 and output as MXF OP-Atom for an Avid Interplay system.
Currently the workflow will work if I try files that are not already XDCAM. However, if I take an MXF OP1a XDCAM HD422 1080i59.94, and run it through the workflow, I get an error that says....
Code: Select all
[mxf @ 000001af4c65c700] Unsupported frame rate 2997/100. Set -strict option to 'unofficial' or lower in order to allow it!
Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
Error initializing output stream 0:8 --
Code: Select all
-r 29.97
Code: Select all
-r 30000/1001
Is this a bug or is there a reason why it's set to 29.97 instead of 30000/1001?
Is there anyway for me to make this modification within the Encoders-->XDCAM-HD processor so I can make this work for both XDCAM and non XDCAM source files?
Thanks