Skip to content

Instantly share code, notes, and snippets.

@samelie
Created July 2, 2016 18:57
Show Gist options
  • Save samelie/efa5bafb583dccbb1f1707141ca47998 to your computer and use it in GitHub Desktop.
Save samelie/efa5bafb583dccbb1f1707141ca47998 to your computer and use it in GitHub Desktop.
segment videos
ffmpeg -i the.man.who.fell.to.earth.1976.criterion.dvdrip.xvid.ac3.2ch-\[gx\].avi -c:a libfaac -c:v libx264 -reset_timestamps 1 -map 0 -map_metadata -1 -metadata title="rad" -segment_format mp4 -f segment -segment_time 8 rad-%05d.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment