Skip to content

Instantly share code, notes, and snippets.

@gvn
Last active December 16, 2015 11:19
Show Gist options
  • Save gvn/5427031 to your computer and use it in GitHub Desktop.
Save gvn/5427031 to your computer and use it in GitHub Desktop.
How To Join Multiple Video Files (OSX)

How To Join Multiple Video Files (OSX)

Dependencies

  • Homebrew
  • mencoder (brew install mplayer --use-gcc)
cat video1.avi video2.avi > output.avi
mencoder -forceidx -oac copy -ovc copy output.avi -o output_final.avi
rm output.avi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment