Created
June 30, 2019 13:07
-
-
Save kirillgroshkov/b57a960655dce08b81ec0f9006323a62 to your computer and use it in GitHub Desktop.
ffmpeg cheat sheet
This file contains 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
# 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