Created
April 30, 2015 17:18
-
-
Save kjunggithub/62d384641b1fac47ca70 to your computer and use it in GitHub Desktop.
Cut video clip by time without encoding
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 -y -i input.mkv -vcodec copy -acodec copy -ss 00:10:05 -t 30 output.mkvs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment