Adventure Game Studio

Community => Adventure Related Talk & Chat => Topic started by: Radiant on Tue 06/12/2011 16:40:30

Title: Converting MP3 to OGG
Post by: Radiant on Tue 06/12/2011 16:40:30
Can someone suggest me a good (and free) tool to convert MP3 music files to OGG? Thanks!
Title: Re: Converting MP3 to OGG
Post by: Ponch on Tue 06/12/2011 16:42:56
I use gold wave. It's an older program, but it works well.

However, you don't want to go from a compressed MP3 to a compressed OGG. It will sound like crap. Instead, convert it to a WAV file, then convert that to an OGG. That produces good results for me, anyway.
Title: Re: Converting MP3 to OGG
Post by: ShiverMeSideways on Tue 06/12/2011 16:49:36
Audacity, it takes a few steps to set up, but it works with all three formats, mp3, ogg and wav.
Title: Re: Converting MP3 to OGG
Post by: Snarky on Tue 06/12/2011 16:51:46
Uhmmm... when you convert an mp3 to a wav file, what you end up with is basically the raw wave data of the compressed file. In other words, exactly the same as what gets played when you play the mp3 file. You're not going to get back any of the audio data that was lost when the file was compressed in the first place.

So you should get exactly the same result, if not better, converting directly from mp3 to ogg as going via a wav file, assuming the converters are doing their job properly.
Title: Re: Converting MP3 to OGG
Post by: Ponch on Tue 06/12/2011 16:55:38
Quote from: Snarky on Tue 06/12/2011 16:51:46
you should get exactly the same result, if not better, converting directly from mp3 to ogg as going via a wav file, assuming the converters are doing their job properly.

Really? Because I've tried that and it sounds muddy or murky when I do. But I'm also using an old program, so maybe that has something to do with it?  :-[
Title: Re: Converting MP3 to OGG
Post by: David Ostman on Tue 06/12/2011 17:20:29
What happens is basically the same as what happens with a lossy JPEG that you save into different formats. Easy to see what happens with a visual demonstration:

(http://i.imgur.com/EMUj7.jpg)

In this case you might as well just save it directly to TIFF/PNG/TGA and skip the BMP.
Title: Re: Converting MP3 to OGG
Post by: Snarky on Tue 06/12/2011 17:32:15
Well, it's not exactly the same since OGG is also a lossy format (unlike png/tiff/tga), so you're going to get additional degradation at that step. That's why direct conversion from mp3 to ogg could conceivably give better results, since a smart converter could be aware of the ways it was originally compressed, and recompress it in a way that didn't throw away even more data (as opposed to compressing a wav file, in which case you're just taking whatever audio data is there and doing the best you can with it).