Skip to content

Instantly share code, notes, and snippets.

@edesdan
Created March 14, 2018 20:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edesdan/b1962eabff6a647684773e65efce77d9 to your computer and use it in GitHub Desktop.
Save edesdan/b1962eabff6a647684773e65efce77d9 to your computer and use it in GitHub Desktop.
ffmpeg video editing

ffmpeg -i input.mp4 -codec:v mpeg4 -ss 00:00:00 -t 02:00:00 -c copy part1.mp4 -ss 02:00:00 -c copy part2.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment