Skip to content

Instantly share code, notes, and snippets.

@mvanduijker
Created August 23, 2017 19:21
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