Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@kirillgroshkov
Created June 30, 2019 13:07
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 kirillgroshkov/b57a960655dce08b81ec0f9006323a62 to your computer and use it in GitHub Desktop.
Save kirillgroshkov/b57a960655dce08b81ec0f9006323a62 to your computer and use it in GitHub Desktop.
ffmpeg cheat sheet
# Split movie into chunks
ffmpeg -i input.mkv -c copy -map 0 -segment_time 01:00:00 -reset_timestamps 1 -f segment output%03d.mkv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment