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 によると、私のファイルには 2 つの異なるタイムコードがあります。それらを異なる値に設定する方法はありますか?
ありがとうございました。
-timecodeこのオプションは ffmpeg で使用できます。
-timecode
同様のファイルがあり、次のコマンドで SMPTE TC と MXF TC を変更できました。
ffmpeg -i input.mxf -c copy -map 0 -timecode 11:34:56:01 output.mxf