You are not logged in.

#1 2009-08-09 20:42:29

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

[Solved] Good lightweight audio conveter.

Hello
I want to convet my mp3's to ogg format (becouse it has better quality and it's smaller but not always).
And I searched for good mp3 to ogg converter but no luck.
Could you give my advice wink

Last edited by SpeedVin (2009-08-10 15:42:38)


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

#2 2009-08-09 21:06:39

Army
Member
Registered: 2007-12-07
Posts: 1,784

Re: [Solved] Good lightweight audio conveter.

Do you want to directly convert your mp3s to ogg-vorbis? I hope you know that this ALWAYS ends up with a loss of quality!!! So simply DON'T do this, you don't gain anything. The only "way" to "convert" mp3s to ogg-vorbis is to get the original cd (or as flac or any other lossless codec) and encode this to ogg-vorbis.

Offline

#3 2009-08-09 23:50:12

foolosophy
Member
Registered: 2009-04-17
Posts: 48

Re: [Solved] Good lightweight audio conveter.

Army wrote:

Do you want to directly convert your mp3s to ogg-vorbis? I hope you know that this ALWAYS ends up with a loss of quality!!! So simply DON'T do this, you don't gain anything. The only "way" to "convert" mp3s to ogg-vorbis is to get the original cd (or as flac or any other lossless codec) and encode this to ogg-vorbis.

Exactly. Considering that they are both lossy formats, you can´t recover the data that was lost during mp3 compression, and during the conversion to OGG, you´ll loose a bit more of quality.

Good transcoder? ffmpeg

ffmpeg -i originalfile.mp3 destinationfile.ogg


(do a "man ffmpeg" to see options such as "-ab" and others, to use non-standard bitrates and frequency samples)

Offline

#4 2009-08-10 03:09:37

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: [Solved] Good lightweight audio conveter.

sox is pretty complete too.

As far as quality loss goes, there are some things that can be done to minimize it. It's true that converting a lossy format to another is going to degrade the quality, but you can work with the bitrate to try to minimize the impact. Try first using the exact same bitrate and see if the quality is acceptable. If it isn't, try going with a higher bitrate.

Offline

#5 2009-08-10 06:21:11

xd-0
Member
From: Sweden
Registered: 2007-11-02
Posts: 327
Website

Re: [Solved] Good lightweight audio conveter.

As stated before never ever convert from mp3 to ogg vorbis if yuo want quality. Converting from FLAC to ogg vorbis is quite easy with oggenc.

Offline

#6 2009-08-10 06:47:02

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

Re: [Solved] Good lightweight audio conveter.

foolosophy wrote:
Army wrote:

Do you want to directly convert your mp3s to ogg-vorbis? I hope you know that this ALWAYS ends up with a loss of quality!!! So simply DON'T do this, you don't gain anything. The only "way" to "convert" mp3s to ogg-vorbis is to get the original cd (or as flac or any other lossless codec) and encode this to ogg-vorbis.

Exactly. Considering that they are both lossy formats, you can´t recover the data that was lost during mp3 compression, and during the conversion to OGG, you´ll loose a bit more of quality.

Good transcoder? ffmpeg

ffmpeg -i originalfile.mp3 destinationfile.ogg


(do a "man ffmpeg" to see options such as "-ab" and others, to use non-standard bitrates and frequency samples)

With this tool I will have better quality and smaller ogg file?


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

#7 2009-08-10 15:01:52

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: [Solved] Good lightweight audio conveter.

SpeedVin wrote:
foolosophy wrote:
Army wrote:

Do you want to directly convert your mp3s to ogg-vorbis? I hope you know that this ALWAYS ends up with a loss of quality!!! So simply DON'T do this, you don't gain anything. The only "way" to "convert" mp3s to ogg-vorbis is to get the original cd (or as flac or any other lossless codec) and encode this to ogg-vorbis.

Exactly. Considering that they are both lossy formats, you can´t recover the data that was lost during mp3 compression, and during the conversion to OGG, you´ll loose a bit more of quality.

Good transcoder? ffmpeg

ffmpeg -i originalfile.mp3 destinationfile.ogg


(do a "man ffmpeg" to see options such as "-ab" and others, to use non-standard bitrates and frequency samples)

With this tool I will have better quality and smaller ogg file?

No. You'll lose quality no matter what your settings are. And, FFmpeg's defaults are usually designed for streaming, so the bitrate will be low.

As has been pointed out in this thread, you're better off leaving the files alone if you want to keep the quality as good as it is.

Offline

#8 2009-08-10 15:42:17

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

Re: [Solved] Good lightweight audio conveter.

skottish wrote:
SpeedVin wrote:
foolosophy wrote:

Exactly. Considering that they are both lossy formats, you can´t recover the data that was lost during mp3 compression, and during the conversion to OGG, you´ll loose a bit more of quality.

Good transcoder? ffmpeg

ffmpeg -i originalfile.mp3 destinationfile.ogg


(do a "man ffmpeg" to see options such as "-ab" and others, to use non-standard bitrates and frequency samples)

With this tool I will have better quality and smaller ogg file?

No. You'll lose quality no matter what your settings are. And, FFmpeg's defaults are usually designed for streaming, so the bitrate will be low.

As has been pointed out in this thread, you're better off leaving the files alone if you want to keep the quality as good as it is.

Ok I will do like you said?
Sadly that ogg vorbis is not so popular as mp3 sad.


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

#9 2009-08-10 21:17:49

Army
Member
Registered: 2007-12-07
Posts: 1,784

Re: [Solved] Good lightweight audio conveter.

Thanks to the LAME project which makes mp3 quite acceptable. The common enemy is wma! If someone gives me an album in wma, I delete it. mp3 is good thanks to LAME. But of course I prefer vorbis!

Offline

#10 2009-08-10 21:47:21

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: [Solved] Good lightweight audio conveter.

mpeg4 audio (AAC) is far superior to all of them. So much so that it's becoming the de facto standard for lossy audio compression technology. Even MS is on board now. And, there are some pretty good to very good AAC encoders under Linux. Nero's neroaacenc and 3GPP's aacplusenc are both very good. FAAC and FFmpeg's AAC encoder (which is basically a stripped version of FAAC) are pretty good.

Offline

#11 2009-08-10 22:52:53

guzz46
Member
From: New Zealand
Registered: 2009-06-18
Posts: 190

Re: [Solved] Good lightweight audio conveter.

i'm also keen to know if there is some software that can use neroaac to convert songs to aac for use in my mobile phone, i was using dbpoweramp under wine but would prefer a native linux app

Offline

Board footer

Powered by FluxBB