Skip to content

Instantly share code, notes, and snippets.

@mvanduijker
Created August 23, 2017 19:21
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 mvanduijker/d12383eaac6e1532f5844103c344407b to your computer and use it in GitHub Desktop.
Save mvanduijker/d12383eaac6e1532f5844103c344407b to your computer and use it in GitHub Desktop.
Create clip from video without re-encoding (fast!)
ffmpeg -i in.mp4 -ss 00:10:00 -to 00:20:00 -c copy out.m4v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment