Re: (SOLVED) creating video for Nokia 3600 slide with MEncoder
Malte Gell <[email protected]>
| Newsgroups | gmane.linux.suse.multimedia.german |
|---|---|
| Message-ID | <[email protected]> |
In plain English, for the Google cache ;-) In order to convert a video with sound into a format, playable on a Nokia 3600 (and maybe other Nokias as well), you just need to convert it with mencoder (the whole command in a single line of course): mencoder OriginalVideo.avi -ofps 15 -oac lavc -ovc lavc -lavcopts vglobal=1:aglobal=1:acodec=libfaac:abitrate=98:vcodec=mpeg4:level=31 -of lavf -lavfopts format=mp4 -vf scale=320:240 -o Nokia-Video.mp4 This converts any video with sound into a Nokia 3600 playable format, it may well work with other Nokia phones as well, maybe "-vf scale=320:240" needs to be adapted with different phones. Malte Gell