Created
December 28, 2017 17:02
-
-
Save crmccreary/feb2aba2757b9b4306a6bd952c1894b6 to your computer and use it in GitHub Desktop.
Concatenate 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
inputs.txt: | |
file 'GOPR4405.MP4' | |
file 'GP014405.MP4' | |
ffmpeg -f concat -i inputs.txt -c copy trail.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment