Re: question on using mencoder

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

 



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@xxxxxx
 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


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux