Created
February 5, 2017 14:06
-
-
Save vjk2005/4214eae2d7bfc81427e2c91a5630d03e to your computer and use it in GitHub Desktop.
Cut a section out of audio/video using ffmpeg and save it as a separate file
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 input.mkv -ss <start seconds (integer)> -to <end seconds (integer)> -c copy output.mkv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment