Created
May 23, 2016 20:50
-
-
Save ahsquared/5e62d7941050e2a39159694a33193475 to your computer and use it in GitHub Desktop.
How to trim a file using FFMPEG on command line - times in HH:mm:ss
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
# -t optional without it will go to end | |
ffmpeg -ss [start-time] -i input.mp4 -c copy -t [clip-time] output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment