Using mencoder to convert videos for your mobile phone.

Posted by Manu on Super User See other posts from Super User or by Manu
Published on 2009-07-29T18:47:17Z Indexed on 2010/05/27 1:41 UTC
Read the original article Hit count: 316

I Have a LG Viewty (actually a KP501), and I use mencoder (part of mplayer) to convert videos, using the following script :

mencoder "input.avi" -ovc lavc -oac lavc -lavcopts acodec=mp3:abitrate=128 -vop scale=400:240 -ffourcc DX50 -o "output.avi"

Do you have similar mencoder scripts, for other phones ?

© Super User or respective owner

Related posts about video

Related posts about convert