Skip to content

Instantly share code, notes, and snippets.

@Saccarab
Created April 4, 2019 18:18
Show Gist options
  • Save Saccarab/0b18fafb4b0f5191260efa68dbf9693a to your computer and use it in GitHub Desktop.
Save Saccarab/0b18fafb4b0f5191260efa68dbf9693a to your computer and use it in GitHub Desktop.
ffmpeg cut video with start and end times
ffmpeg -i input.mp4 -ss 00:00:10 -to 00:00:25 -c:v copy -c:a copy output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment