[MEncoder-users] 3gp & amr
Matthias Wieser
mwieser at gmx.de
Wed May 3 12:52:14 CEST 2006
Am Mittwoch, 3. Mai 2006 10:49 schrieb Калимуллин Артур:
> Hello!
> How can I encode my video (xvid) to 3gp (video) and amr (sound) for my
> mobile phone?
GUI: http://www.kde-apps.org/content/show.php?content=35274
Without gui: mencoder or ffmpeg. With amr patch.
But maybe your mobile phone supports Mpeg4+aac, too.
Then you could try something like
ffmpeg -y -i input.avi -s 320:240 -b 300 -t 10 -ac 1 -ab 96 -acodec aac
-aspect 4:3 -vcodec mpeg4 output.mp4
Regards,
Matthias
More information about the MEncoder-users
mailing list