Skip to content

Instantly share code, notes, and snippets.

@jamesshipton
Created August 6, 2012 13:13
Show Gist options
  • Save jamesshipton/3274393 to your computer and use it in GitHub Desktop.
Save jamesshipton/3274393 to your computer and use it in GitHub Desktop.
ffmpeg - split video file into smaller chunks
ffmpeg -ss 00:40:00 -t 1200 -i E3-1080.mp4 -acodec copy -vcodec copy E3-3-1080.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment