Created
November 29, 2016 18:17
-
-
Save joshschmelzle/f7a34fa54a7ba1307cea1fa41577a298 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
seems there might be a problem with the keyframes - I made a test and when I play the video, it starts without image (then it comes)