Ubuntu ripped a CD for me into audio files but they are all .ogg format which I can't play on my MP3 player.
How can I convert .ogg files to .mp3 files?
|
Ubuntu ripped a CD for me into audio files but they are all .ogg format which I can't play on my MP3 player. How can I convert .ogg files to .mp3 files? |
|||||||||||||||
|
|
There's several ways you can do this. Probably the easiest is to use a tool called ogg2mp3. Details on the Ubuntu forums about how do install it:
While this is an RPM for Mandrake, it should work fine after running it through alien and installing the .deb. And in the future, you can use lame to rip CDs in mp3 format as it's installed in the first step. As is commonly pointed out, converting from one lossy format (ogg) to another (mp3) will degrade the quality of the music. But its better than not being able to play the music on your portable device at all ;). |
|||||
|
|
If you install the package |
|||
|
|
Transcoding from one lossy format (vorbis) to another (MP3) is not ideal, but unfortunately it is necessary sometimes, especially if one has an ageing audio device. The command-line tool avconv can do this well (ffmpeg uses identical syntax).
will give you a variable bit rate MP3: this means that the encoder will alter the bit rate depending on the needs of the music. Dubstep needs a higher bit rate than whalesong. On average, over several pieces of music, -q:a 2 will get you 190 kbit/s, though most of them will be over or under that bitrate. The quality setting To convert a directory full of oggs vorbis to MP3 (on the Linux or OSX command-line), use
Sometimes people need to use a constant bit rate, for some really obsolete hardware, or for streaming. If that is the case,
This would be of broadly the same quality as If you want a GUI frontend, WinFF might be worth looking at. |
|||
|
|
|
CDex. The best Windows-based ripping and conversion tool ever. Open source. It's been a while since I used it last, it's not intuitive but once you figure it out it's very powerful. |
|||||||||||
|
|
If you're looking for an easy to use application, try soundconverter for GNOME or soundkonverter for KDE (both available from the repositories). If you prefer CLI applications, you can't do much better than Perl Audio Converter. There's a Debian/Ubuntu package on the Downloads page there. Of course, the best answer is to re-rip from the CD to avoid loss of quality. By converting from one lossy format to another, it's like making a photocopy of a photocopy. Quality suffers. |
|||
|
|
|
online tool to convert ogg files, no downloads works better on smaller files because it's web based |
|||
|
|
|
GPodder will convert .OGG to .MP3 directly unless you tell it your device supports Ogg containers. Look in the repostitories, it's there. You can learn WHY Ubuntu ripped your CD to Vorbis here. |
|||
|
|
|
fre:ac is the best audio converter that I have found. Fast, free, open-source, multiple platforms (Windows, OS X, Linux, BSD, etc.) and an easy-to-use UI. |
|||
|
|