[MPlayer-users] Appending multiple AVI files
j.a.l
j.a.l at free.fr
Wed Feb 19 22:47:52 CET 2003
the deal is to concat several avi made with mencoder into one, there're
likely to be dvd chapter.
all files coded with same options and bitrate, from a stream.dump
try :
-lavcopts vcodec=mpeg4:vbitrate=600:vhq
then
-lavcopts vcodec=mpeg4:vbitrate=600:vqmin=1
files are always fine, but after :
cat 1.avi 2.avi | mencoder -noidx -ovc copy -oac copy -o output.avi -
only get the 1.avi in output.avi ( and a broken pipe )
guess this is bitrate ( not exactly the same ), so how do you set a
"fixed bitrate" ???
in case mencoder can do it ( ???? ) perhaps other tool ( command line )
can do that.
you've all understood is to burn dvd on 1,2 maybe 3 cd, ( with external
vob subtitle and other audio, perhaps ogm ), quality is important, # cd
not really, well if you know better....
A++
More information about the MPlayer-users
mailing list