Forked from joshschmelzle/ffmpeg-cut-out-video.cmd
Created
December 10, 2023 22:17
-
-
Save amaurycatelan/3498d253fd2cc1c15c60b54cc89a06b5 to your computer and use it in GitHub Desktop.
Cut a video without re-encoding with ffmpeg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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