Convert Video To Nokia 5800 and others is a simple service menu entry created to easily convert videos to a Nokia 5800XM phone using ffmpeg. It converts the files to mpeg4 with aac.
Developer comments
After trying several different video formats I found this to be the best. The phone should support H264, but I never got it to work. These settings probably work with phones like N95 and N97, but I haven't been able to test this.
Installation notes:
The default folder to put the file is
/home/user/.kde/share/kde4/services/ServiceMenus (for user specific)
or
/usr/share/kde4/services/ServiceMenus (for system wide)
If for some reason your folders are different use command
kde4-config --path services
to find out the right folders.
You can easily change the ffmpeg command just by opening the file with a text editor. Currently the command is:
ffmpeg -i %u -f mp4 -vcodec mpeg4 -r 30 -b 2200k -s 640x360 -acodec libfaac -r 32000 -ab 128k -ac 2 -async 1 %u.mp4
Product's homepage
Requirements:
· FFmpeg
· KDE Software Compilation