Skip to content

Instantly share code, notes, and snippets.

@icaoberg
Created December 4, 2012 04:49
Show Gist options
  • Save icaoberg/4200654 to your computer and use it in GitHub Desktop.
Save icaoberg/4200654 to your computer and use it in GitHub Desktop.
[BASH] Join avi files use mencoder
#!/bin/bash
mencoder -oac copy -ovc copy -idx -o output.avi input1.avi input2.avi input3.avi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment