Created
July 6, 2017 13:41
-
-
Save florentroques/e80e86db78d2fe72739ce094ac41a146 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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