Created
July 17, 2016 00:27
-
-
Save cuellarfr/ba27bcda8e57eebdc0a749017fcf0db3 to your computer and use it in GitHub Desktop.
Combine video files using FFmpeg
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 <(for f in $PWD/*.avi;do echo "file '$f'";done) -c copy output.avi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment