Skip to content

Instantly share code, notes, and snippets.

@mukunm
Created October 5, 2018 22:11
Show Gist options
  • Save mukunm/5c338a375585c12a3679ccc4d85276d5 to your computer and use it in GitHub Desktop.
Save mukunm/5c338a375585c12a3679ccc4d85276d5 to your computer and use it in GitHub Desktop.
ffmpeg -hide_banner -y -noautorotate -probesize 9.22337e+18 -analyzeduration 600000000 \
-i input.mp4 -c:v h264_videotoolbox -profile:v baseline -level 3.2 -allow_sw 0 -bf 0 -b:v 2700k -g 250 \
-filter_complex [0:0]null[VC];[VC]setpts=N/(FRAME_RATE*TB)[VIDEO] -map [VIDEO] -c:a copy -map 0:1 -sn \
-f mp4 -map_chapters -1 output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment