Skip to content

Instantly share code, notes, and snippets.

@florentroques
Created July 6, 2017 13:41
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 florentroques/e80e86db78d2fe72739ce094ac41a146 to your computer and use it in GitHub Desktop.
Save florentroques/e80e86db78d2fe72739ce094ac41a146 to your computer and use it in GitHub Desktop.
ffmpeg -i video.MOV -acodec copy -f segment -segment_time 10 -vcodec copy -reset_timestamps 1 -map 0 video-part%d.MOV
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment