[MPlayer-users] Merging multiple avi files into one

D Richard Felker III dalias at aerifal.cx
Sun Mar 13 01:29:40 CET 2005


On Sun, Mar 13, 2005 at 05:41:09AM +0530, George Gabriel wrote:
> Hi,
> I have been facing some problems while trying to merge multiple avi
> files into one file. I tried the technique described in the MPlayer
> documentation (menc-feat-fix-avi.html)
>
> cat 1.avi 2.avi > 3.avi
> mencoder -noidx -ovc copy -oac copy -o output.avi 3.avi

This is a hack and should not be expected to work well. Instead use
latest mplayer cvs and do:

mencoder -oac copy -ovc copy -o output.avi 1.avi 2.avi

Rich




More information about the MPlayer-users mailing list