Mailinglist Archive: opensuse-multimedia-de (5 mails)
| < Previous | Next > |
[opensuse-multimedia-de] Re: (SOLVED) creating video for Nokia 3600 slide with MEncoder
- From: Malte Gell <malte.gell@xxxxxx>
- Date: Sun, 5 Apr 2009 11:23:57 +0200
- Message-id: <200904051123.57598.malte.gell@xxxxxx>
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
--
To unsubscribe, e-mail: opensuse-multimedia-de+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-multimedia-de+help@xxxxxxxxxxxx
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
--
To unsubscribe, e-mail: opensuse-multimedia-de+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-multimedia-de+help@xxxxxxxxxxxx
| < Previous | Next > |