[MEncoder-users] trying to convert dvd to tiny mp3/video player?

Brian Trauger trauger at gmail.com
Thu Jan 24 12:47:28 CET 2008


>
>
> From: John Brown <johnbrown105 at hotmail.com>
> > I bought a Sansa e250 ...  Screen size is 220x176...
> > The result is not scaled as needed.
> > my edited  batch file:
> > mencoder.exe dvd://1 dvddevice=d: -msglevel mencoder=1 -of mpeg -oac
> lavc
> > -lavcopts acodec=mp3:abitrate=128 -af resample=44100:0:0 -ovc lavc -ofps
> 25
> > -lavcopts vcodec=mpeg2video:vbitrate=300:keyint=60 -vf scale -zoom -xy
> 220
> > -o dvd.sansa.mpg
>
> Instead of '-vf scale -zoom -xy 220', try '-vf scale=220:-2'.

Thank you SO MUCH! Exactly what was needed!  I didn't realize you could use
negative numbers there.  My working file:

"c:\program files\mplayer\mencoder.exe" -dvd-device e: -v dvd://1 -aid 128
-of mpeg -oac mp3lame -lameopts cbr:br=128 -af resample=44100:0:0 -ovc lavc
-ofps 25 -lavcopts vcodec=mpeg2video:vbitrate=300:keyint=60 -vf scale=220:-2
-o dvd.sansa.mpg

Thanks again!



More information about the MEncoder-users mailing list