Ready to be published? LXer is read by around 350,000 individuals each month, and is an excellent place for you to publish your ideas, thoughts, reviews, complaints, etc. Do you have something to say to the Linux community?
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.