Skip to content

Instantly share code, notes, and snippets.

@mvanduijker
Created August 23, 2017 19:21
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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