Skip to content

Instantly share code, notes, and snippets.

@dotku
Last active October 11, 2017 18:57
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 dotku/7449579d5fa73f07da66097f876a5e98 to your computer and use it in GitHub Desktop.
Save dotku/7449579d5fa73f07da66097f876a5e98 to your computer and use it in GitHub Desktop.
 # 1 - 0
 # 2 - 179
 # 3 - 361
 # 4 - 551

ffmpeg -i source.m4v --ss 0 -t 179 -c copy part1.m4v
ffmpeg -i source.m4v --ss 179 -t 361 -c copy part1.m4v
ffmpeg -i source.m4v --ss 361 -t 551 -c copy part1.m4v
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment