As you can see in the attached picture, there are two different timecodes in my file, according to MediaInfo. Is there a way to set them to different values?
Thank you.
As you can see in the attached picture, there are two different timecodes in my file, according to MediaInfo. Is there a way to set them to different values?
Thank you.
You can use the -timecode
option with ffmpeg.
I have a similar file and I was able to alter the SMPTE TC and the MXF TC with the following command:
ffmpeg -i input.mxf -c copy -map 0 -timecode 11:34:56:01 output.mxf