タグ

ブックマーク / github.com/nu774 (1)

  • GitHub - nu774/mp4fpsmod: mp4 time code editor

    Read foo.mp4, change fps to 25, and save to bar.mp4: mp4fpsmod -r 0:25 -o bar.mp4 foo.mp4 Read foo.mp4, change fps of first 300 frames to 30000/1001, next 600 frames to 24000/1001, and rest of the movie to 30000/1001 (producing VFR movie): mp4fpsmod -r 300:30000/1001 -r 600:24000/1001 -r 0:30000/1001 -o bar.mp4 foo.mp4 Edit timecodes of foo.mp4 with timecode_v2 described in timecode.txt, and save

    GitHub - nu774/mp4fpsmod: mp4 time code editor
    rna
    rna 2021/07/23
    タイムコードを指定して可変フレームレートのmp4動画を生成するツール。
  • 1