Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save amaurycatelan/3498d253fd2cc1c15c60b54cc89a06b5 to your computer and use it in GitHub Desktop.
Save amaurycatelan/3498d253fd2cc1c15c60b54cc89a06b5 to your computer and use it in GitHub Desktop.
Cut a video without re-encoding with ffmpeg
ffmpeg -i input.mp4 -c copy -ss 00:04:25.000 -to 00:09:25.000 output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment