Created
June 23, 2015 10:10
-
-
Save Oceanswave/a9146ba607e4965e9a2f to your computer and use it in GitHub Desktop.
FFMPEG Concat
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
mylist.txt: | |
file stx-am-2.mp4 | |
file stx-pm-2.mp4 | |
ffmpeg -f concat -i mylist.txt -c copy output.mpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment