Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
正如您在附图中看到的那样,根据 MediaInfo,我的文件中有两个不同的时间码。有没有办法将它们设置为不同的值?
谢谢你。
您可以将该-timecode选项与 ffmpeg 一起使用。
-timecode
我有一个类似的文件,我能够使用以下命令更改 SMPTE TC 和 MXF TC:
ffmpeg -i input.mxf -c copy -map 0 -timecode 11:34:56:01 output.mxf