Skip to content

Instantly share code, notes, and snippets.

@oozzal
Created October 16, 2014 10:09
Show Gist options
  • Save oozzal/da53546670ccd911beb1 to your computer and use it in GitHub Desktop.
Save oozzal/da53546670ccd911beb1 to your computer and use it in GitHub Desktop.
# cut first 120 seconds
ffmpeg -i input.mp4 -ss 0 -t 120 -c copy 0_120_copy.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment