Skip to content

Instantly share code, notes, and snippets.

@cathoderay
Created July 30, 2013 16:32
Show Gist options
  • Save cathoderay/6114562 to your computer and use it in GitHub Desktop.
Save cathoderay/6114562 to your computer and use it in GitHub Desktop.
video cutting
# extracts first 5 minutes
ffmpeg -i input.avi -vcodec copy -acodec copy -ss 00:00:00 -t 00:05:00 output1.avi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment