Skip to content

Instantly share code, notes, and snippets.

@kjunggithub
Created April 30, 2015 17:18
Show Gist options
  • Save kjunggithub/62d384641b1fac47ca70 to your computer and use it in GitHub Desktop.
Save kjunggithub/62d384641b1fac47ca70 to your computer and use it in GitHub Desktop.
Cut video clip by time without encoding
ffmpeg -y -i input.mkv -vcodec copy -acodec copy -ss 00:10:05 -t 30 output.mkvs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment