Skip to content

Instantly share code, notes, and snippets.

@jerryc05
Created May 10, 2023 10:30
Show Gist options
  • Save jerryc05/fb193eaf5f5b941e50e88183b62ab3f9 to your computer and use it in GitHub Desktop.
Save jerryc05/fb193eaf5f5b941e50e88183b62ab3f9 to your computer and use it in GitHub Desktop.
ffmpeg tldr
ffmpeg -i in.mp4 -ss 00:00 [-to 5:0] -c copy -map 0 out.mp4
ffmpeg -i in.mp4 -ss 00:00 [-t 5:0] -c copy -map 0 out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment