Use mencoder to join two mpeg files

mencoder -forceidx -ovc copy -oac copy -o file.avi p1.avi p2.avi ...

Thanks to neilp85 on the Ubuntu forums for this one.

Leave a Comment