Skip to content

Instantly share code, notes, and snippets.

@privatezero
Last active June 28, 2021 17:16
Show Gist options
  • Save privatezero/ed4bafc2d8d220f734899ed1bbaa86a3 to your computer and use it in GitHub Desktop.
Save privatezero/ed4bafc2d8d220f734899ed1bbaa86a3 to your computer and use it in GitHub Desktop.
ffmpeg -f image2 -r 24 -i INPUT_%08d.dpx -c:v ffv1 -level 3 -slices 16 -slicecrc 1 -g 1 -r 24 INPUT.mkv -f framemd5 -r 24 INPUT-original.framemd5
ffmpeg -i INPUT.mkv' -i INPUT.wav -c:v libx264 -preset veryfast -crf 18 -vf scale=720x480 -movflags +faststart -map 0:v:0 -map 1:a:0 -y INPUT.mp4 -target ntsc-dvd -map 0:v:0 -map 1:a:0 INPUT-for-dvd.mpg -f framemd5 -pix_fmt rgb48be -map 0:v:0 -y INPUT-transcode.framemd5
# sometimes need -start_number number
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment