Web Design

Categorized | Multimedia

Convert videos to PocketPC format in Linux

To convert video files to a resolution that is adequate for a PocketPC’s screen, use mencoder.

mencoder input.avi -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=200:abitrate=48 -vop scale=320:240 -oac copy -o output.avi

This will transform a typical 700MB AVI file into a ~200MB size file with a 320×240 pixel resolution.

mencoder -oac mp3lame -lameopts mode=3:preset=24 -ovc lavc -lavcopts vcodec=mpeg4:vhq:vbitrate=384:keyint=250 -vop expand=”320:240″ -o outout.avi input.avi

This will transform a 700MB AVI file into a video file small enough to be placed on a 512MB SD card.

Author Profile

T4L ;

Other posts by T4L

Author's web site



Are you satisfied with this blog?
Why not subscribe our RSS Feed? you will always get the latest post.


Hi, Be the first leave some reply

Leave A Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>