[MPlayer-users] avi split/join
D Richard Felker III
dalias at aerifal.cx
Mon Sep 30 19:34:02 CEST 2002
On Mon, Sep 30, 2002 at 04:10:09PM +0100, M. Nirschl wrote:
> [Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
>
> Hi!
>
> Are there any tools to split and join avi files?
Try this:
cat file1.avi file2.avi > temp.avi
mencoder -oac copy -ovc copy -forceidx temp.avi -o merged.avi
Sometimes this will work, sometimes not. A/V sync could be broken in
the second movie so be sure to check it. It most definitely will NOT
work if the two original avi files are using different codecs or
different image sizes or audio formats!
Rich
More information about the MPlayer-users
mailing list