Skip to content

Instantly share code, notes, and snippets.

@pathammer
Last active October 12, 2018 22:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pathammer/a0507ca0e0afdefa5a3e23211e45e373 to your computer and use it in GitHub Desktop.
Save pathammer/a0507ca0e0afdefa5a3e23211e45e373 to your computer and use it in GitHub Desktop.
Trim a mp4 video to certain timecodes. Got from https://stackoverflow.com/a/42827058
ffmpeg -i movie.mp4 -ss 00:00:03 -t 00:00:08 -async 1 cut.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment