Created
November 11, 2019 10:48
-
-
Save Splaxi/cdfd2156b0e7c77f54ae03d53ae50dad 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 "PathToFile" -c copy -map 0 -segment_time 00:01:00 -f segment -reset_timestamps 1 "PathToFolder\FileName_%03d.mp4" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment