question on using mencoder

Bob Marcan bob.marcan at interstudio.homeunix.net
Mon Aug 21 11:09:17 UTC 2006


Globe Trotter wrote:
> Hi,
> 
> I have a .wmv file which I would like to change to a Mpeg file. Just wondering
> does anyone know how to use mencoder for this?
> 
> Many thanks in advance,
> Trotter!
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
> 

BITRATE=1150
for ARG in "$@"; do
mencoder "$ARG" -of avi -o "${ARG}.avi" \
-vf pp=de,harddup,softskip \
-ovc lavc -lavcopts vcodec=mpeg4:vhq:vbitrate=$BITRATE:vpass=1 \
-ofps 30.0 -aspect 1.33 \
-oac mp3lame -lameopts br=128:q=9:aq=9:cbr:mode=1

mencoder "$ARG" -of avi -o "${ARG}.avi" \
-vf pp=de,harddup,softskip \
-ovc lavc -lavcopts vcodec=mpeg4:vhq:vbitrate=$BITRATE:vpass=2 \
-ofps 30.0 -aspect 1.33 \
-oac mp3lame -lameopts br=128:q=9:aq=9:cbr:mode=1

rm divx2pass.log

done





-- 
  Bob Marcan, Consultant                mailto:bob.marcan at snt.si
  S&T Hermes Plus d.d.                  tel:   +386 (1) 5895-300
  Leskoskova cesta 6                    fax:   +386 (1) 5895-202
  1000 Ljubljana, Slovenia              url:   http://www.snt.si




More information about the fedora-list mailing list