Convert MP3 in OGG Vorbis Format using Ubuntu Linux

Following the blog « How to rip the audio from a DVD with Ubuntu Linux » I had to convert my mp3 files in ogg.

MP3 is a proprietary format, you’re « supposed » to pay a fee when you want your player to read it. You can read a lot more about this problem in Wikipedia.

Ogg Vorbis is an open source format. Sadly it is not as popular, but there is portable audio player, like the Samsung YP-K5J who can read ogg and you can read them on your computer.

Convert MP3 in OGG Vorbis

First we will install a little script made by Nathan Walp: mp32ogg

sudo apt-get install mp32ogg

It’s done, now to convert a file, open a terminal and do:

mp32ogg --quality=10 --delete --rename=%t /home/Musiques/file.mp3

Warning: it will delete the original file!! (remove « –delete » if you don’t want).


12 Responses to “Convert MP3 in OGG Vorbis Format using Ubuntu Linux

Leave a Reply