Created
March 19, 2017 11:41
-
-
Save famousgarkin/e9d9e0dda80d7d113b4e97748b81264a to your computer and use it in GitHub Desktop.
ffmpeg concatenate files
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 -f concat -i in.txt -c copy out.mp4 |
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
file cd1.mp4 | |
file cd2.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment