Last active
November 5, 2019 01:45
-
-
Save lazanet/5afdbebd08038bdf82b8b6fd0eb95685 to your computer and use it in GitHub Desktop.
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
ffmpeg -i "concat:$(echo `ls .`|sed 's/ /|/g')" -c copy output.mts | |
rm 00*.MTS | |
ffmpeg -i output.mts file.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment