mplayer-users
[Top][All Lists]
Advanced

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

Re: [MPlayer-users] Best mencoder codecs and optionsforanimations/cartoo


To: "MPlayer usage questions, features, bugreports" <mplayer-users@xxxxxxxxxxxx>
Subject: Re: [MPlayer-users] Best mencoder codecs and optionsforanimations/cartoons?
From: "Pablo Morales" <pablo.morales@xxxxxxxxxxxxx>
Date: Fri, 27 Aug 2004 15:07:34 -0300
Delivered-to: itdp@localhost
Delivered-to: mplayer-users@mplayerhq.hu
References: <412F1FC4.7040201@shaw.ca><Pine.A41.4.58.0408271011360.83486@dante65.u.washington.edu>

Excuse me,
I've read the vmax_b_frames=1 is not a good option to achieve good option
when quality is a goal, am I wrong?
----- Original Message -----
From: "Loren Merritt" <lorenm@xxxxxxxxxxxxxxxx>
To: "MPlayer usage questions, features, bugreports"
<mplayer-users@xxxxxxxxxxxx>
Sent: Friday, August 27, 2004 3:02 PM
Subject: Re: [MPlayer-users] Best mencoder codecs and options
foranimations/cartoons?


> On Fri, 27 Aug 2004, Duane Evenson wrote:
>
> > What are your favourite mencoder commands to encode an animation from TV
> > or DVD?
> > I have this animated DVD I want to rip and would like a few samples of
> > mencoder commands to try out and modify to my own preferences.
> > I usually don't encode animations and expect there are several folks out
> > there with more expertise at this than me.
> > Thanks in advance.
>
>
> # fast
> LAVCOPT = mbd=2:trell:v4mv:cmp=2:subcmp=2:vmax_b_frames=1:\
> preme=2:dia=-1:predia=3:last_pred=2
>
> # medium
> LAVCOPT = mbd=2:trell:v4mv:cmp=2:subcmp=2:vmax_b_frames=1:\
> preme=2:dia=3:predia=1:last_pred=2:mv0:cbp:qprd
>
> # slow
> LAVCOPT = mbd=2:trell:v4mv:cmp=2:subcmp=6:vmax_b_frames=1:\
> preme=2:dia=4:predia=4:last_pred=2:mv0:cbp:qprd:qns=2
>
> mplayer dvd://1 -vc null -vo null -alang eng -ao pcm -aofile foo.wav
> oggenc -q 4 foo.wav
> mencoder dvd://1 -o foo.avi -nosound $FILTER -ovc lavc \
> -lavcopts vpass=1:vqscale=2:$LAVCOPT
> mencoder dvd://1 -o foo.avi -nosound $FILTER -ovc lavc \
> -lavcopts vpass=2:vbitrate=$BR:$LAVCOPT
> mkvmerge -o foo.mkv foo.avi foo.ogg
>
> where $FILTER usually involves detc, crop, scale, and hqdn3d
>
> --Loren Merritt
>
> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users@xxxxxxxxxxxx
> http://mplayerhq.hu/mailman/listinfo/mplayer-users

_______________________________________________
MPlayer-users mailing list
MPlayer-users@xxxxxxxxxxxx
http://mplayerhq.hu/mailman/listinfo/mplayer-users


[Prev in Thread] Current Thread [Next in Thread]