Skip to content

Instantly share code, notes, and snippets.

@gaoyifan
Created December 26, 2013 12:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gaoyifan/8133073 to your computer and use it in GitHub Desktop.
Save gaoyifan/8133073 to your computer and use it in GitHub Desktop.
append lots of mp4 in one mp4 file
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