Last active
January 15, 2020 15:42
-
-
Save songpon/36154510ef20ebaa2f6eab2e6fbdad6f to your computer and use it in GitHub Desktop.
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
ls *.MP4 > input.txt | |
sed -i 's/^/file /g' input.txt | |
~/ffmpeg-20191114-73ee53f-win64-static/bin/ffmpeg.exe -f concat -i input.txt -c copy output.mp4 | |
rm input.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment