Ogg to mp3, anyone?

Antonio Olivares olivares14031 at yahoo.com
Mon Feb 20 01:09:14 UTC 2012


> I'm looking for a Fedora/KDE application to convert ogg
> music format to mp3.
> (My Android phone does not accept .ogg files.)
> 
> I read of a program "sneetchalizer", which apparently is a
> ruby script,
> <http://badcomputer.org/unix/code/sneetchalizer/>,
> but despite innumerable clues I've been unable to find the
> program itself.
> 
> If anyone knows where I can find this program,
> or any program to convert Ogg audio files to mp3,
> I would be very grateful.
> 
> 
> -- 

A script called ogg2mp3 in Linux Questions may help:

http://wiki.linuxquestions.org/wiki/.ogg_to_.mp3

Cut and paste it and save as ogg2mp3 in any directory where the ogg files are at or whereever you want it, then 
$ chmod +x ogg2mp3
then run it like the suggestion 

find /path -name \*.ogg -exec ogg2mp3 {} \;

Hope this helps,


Antonio 


More information about the users mailing list