[MEncoder-users] Reduce Movie Screen size for PDA

Guillaume POIRIER poirierg at gmail.com
Mon Sep 26 08:56:54 CEST 2005


Hi,

On 9/26/05, Anthony <anthony at pucho.com> wrote:
> Can Mencoder reduce screen size of  AVI file?

Yes: you can use the video filter "scale".

> Sharp Zaurus PDA screen size is 320:240 but
> AVI movie resolution is 640:480. Any clues
> appreciated.

a command line such as:

mencoder input.avi -vf scale=320:240 -ovc lavc -lavcopts
	vcodec=mpeg4:mbd=2:trell:v4mv:turbo -oac copy -o output.avi

would do the trick, but beware, it is highly suboptimal since it
doesn't do a two pass encode, and it doesn't specify a target bitrate
either (but this depends on your current bitrate and which target size
you are aiming at).

Read the appropriate sections of
http://www.mplayerhq.hu/DOCS/HTML/en/mencoder.html and
http://www.mplayerhq.hu/DOCS/HTML/en/encoding-guide.html to become a
master of MEncoder!

Guillaume
--
Reading doesn't hurt, really!
  -- Dominik 'Rathann' Mierzejewski




More information about the MEncoder-users mailing list