[Ilugc] conversion from ogg to mp3
Girish Venkatachalam
girishvenkatachalam at gmail.com
Tue Dec 18 13:02:05 IST 2007
On 21:42:02 Dec 17, Praveen A wrote:
> fmpeg -i Epoq-Lepidoptera.ogg -vn -ab 64k -ac 1 -ar 22050 -acodec
> libmp3lame Epoq-Lepidoptera.mp3
I tried and it works too.
$ ffmpeg -i foo.ogg foo.mp3
There is more than one way to skin a cat.
$ sox foo.ogg foo.mp3
$ ogg2mp3 foo.ogg
Multiple pass method.
$ oggdec foo.ogg
$ lame -b 112 foo.wav foo.mp3
There are also other mp3 encoders (excluding ffmpeg) called toolame and
twolame. There is bladeenc but I hear it is not that good.
Of course you can use transcode(1) and mencoder(1) for the same purpose
with the null video input switch.
-Girish
More information about the ilugc
mailing list