[MPlayer-users] join videos
D Richard Felker III
dalias at aerifal.cx
Tue Sep 3 02:44:01 CEST 2002
On Mon, Sep 02, 2002 at 10:17:48AM +0200, gabor farkas wrote:
> 2. cat 1.avi 2.avi | mencoder -ovc copy -oac copy -o out.avi --forceidx
> i'm not 100% sure about the syntax, but you get the idea
I think you have to do:
cat 1.avi 2.avi > 3.avi
mencoder -ovc copy -oac copy -o out.avi --forceidx 3.avi
There's no way to seek to build an index on a pipe. :)
Rich
More information about the MPlayer-users
mailing list