Created
December 26, 2013 12:17
-
-
Save gaoyifan/8133073 to your computer and use it in GitHub Desktop.
append lots of mp4 in one mp4 file
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
file=`find . -name '*.mp4' | sed 's/^\.\// -cat "/g' | tr '\n' '"'` | |
#echo $file | |
echo "MP4Box $file output.mp4" | bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment