> 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 -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org