Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: ANNOUNCEMENT: vdr2divx 1.5.3 is out



Hello Robert and all other ;-))

> 1st pass:
> cat 00*.vdr | mencoder -ovc frameno -oac mp3lame -lameopts br=192:q=0 -o frameno.avi -
> 
> Take the calculated bitrate from this pass for the second and third
> pass.
> 
> 2nd pass:
> cat 00*.vdr | mencoder -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=$bitrate:vhq:vpass=1 \
>   -oac copy -vop scale=x:y -sws 2 -o output.avi -
> 
> 3rd pass:
> cat 00*.vdr | mencoder -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=$bitrate:vhq:vpass=2 \
>   -oac copy -vop scale=x:y -sws 2 -o output.avi -
> 
> Adopt the parameters for scale according to your needs and the movie
> your are going to convert.

I have just finished a conversion that way, but without any scale, and
the result is really great!!!
I don't understand why I should scale?

A huge thank for those commands, I was thinking one should use pp
options to get good result ;-))

	Greg
________________________________________________________________
http://ulima.unil.ch/greg ICQ:16624071 mailto:greg@ulima.unil.ch




Home | Main Index | Thread Index