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.
FFmpegの良さをどのように知っているか誰かに尋ねたい
ご覧のとおり、緑色の枠線で囲まれたタイムコードを設定する方法は既に知っていますが、ビデオ タイムコードを設定する機会があるかどうかはわかりません。助けてくれてありがとう
ビデオ ストリームを MPEG-2 として再エンコードする準備ができている場合は、ffmpeg でのみ可能です。
ffmpeg -i input -c:v mpeg2video -gop_timecode "03:04:05:06" output