Skip to content

Instantly share code, notes, and snippets.

@Saccarab
Last active April 7, 2019 21:07
Show Gist options
  • Save Saccarab/311fb240943c9b2b0a4cdc1fc0320113 to your computer and use it in GitHub Desktop.
Save Saccarab/311fb240943c9b2b0a4cdc1fc0320113 to your computer and use it in GitHub Desktop.
ffmpeg trim no reencode
ffmpeg -i yellowstonefinal.mp4 -vcodec copy -acodec copy -ss 00:00:00.000 -t 00:01:31.000 yellowstonetrimmed.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment