Skip to content

Instantly share code, notes, and snippets.

@vjk2005
Created February 5, 2017 14:06
Show Gist options
  • Save vjk2005/4214eae2d7bfc81427e2c91a5630d03e to your computer and use it in GitHub Desktop.
Save vjk2005/4214eae2d7bfc81427e2c91a5630d03e to your computer and use it in GitHub Desktop.
Cut a section out of audio/video using ffmpeg and save it as a separate file
ffmpeg -i input.mkv -ss <start seconds (integer)> -to <end seconds (integer)> -c copy output.mkv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment