Created
July 30, 2013 16:32
-
-
Save cathoderay/6114562 to your computer and use it in GitHub Desktop.
video cutting
This file contains hidden or 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
# extracts first 5 minutes | |
ffmpeg -i input.avi -vcodec copy -acodec copy -ss 00:00:00 -t 00:05:00 output1.avi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment