Linux – Merge AVI Files
inc | September 27, 2009 | 7:33 pmUsually when I need to merge avi files I use avimerge (part of the transcode package), however recently the output of this suffered some serious audio sync issues. So along comes mencoder (part of the mplayer package):
mencoder -oac copy -ovc copy input_1.aviĀ input_2.avi -o output.avi
—




