Hi,
I've made some research to figure out how to convert some files to a compatible
N95 avi file(320x240, small file size,embedded subtitle)
First of all you need mencoder to encode the files(if you have mplayer installed, than you have already mencoder on your system), and the latest DivX Mobile Player to watch the videos(visit
DivX Mobile - Display Size to download).
Code:
mencoder -sub subtitle.srt -subcp latin5 -subfont-text-scale 4 -ffourcc dx50 -vf scale=320:240 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=256:vhq -oac copy -o creatednewfile.avi mymovie.avi
If you don't want embedded subtitle just remove:
Code:
-sub subtitle.srt -subcp latin5 -subfont-text-scale 4
Please change the vbitrate according your request, for me 384 is the best option, 512 is to slow for watching.
That's it. 230 mb video is at:
256 bitrate 70 mb
384 bitrate 105 mb
512 bitrate 130 mb
Hope it was helpful. Some pictures: