Skip to content

Instantly share code, notes, and snippets.

@ahsquared
Created May 23, 2016 20:50
Show Gist options
  • Save ahsquared/5e62d7941050e2a39159694a33193475 to your computer and use it in GitHub Desktop.
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
# -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