From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by nuthatch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-49668-garchives=archives.gentoo.org@gentoo.org>)
	id 1GJE20-0004zB-2I
	for garchives@archives.gentoo.org; Fri, 01 Sep 2006 18:46:20 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k81IjGZW024458;
	Fri, 1 Sep 2006 18:45:16 GMT
Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.227])
	by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k81IetrM031582
	for <gentoo-user@lists.gentoo.org>; Fri, 1 Sep 2006 18:40:55 GMT
Received: by wx-out-0506.google.com with SMTP id r21so1238200wxc
        for <gentoo-user@lists.gentoo.org>; Fri, 01 Sep 2006 11:40:54 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth;
        b=NOOfaBH5euPyJQUi4XlIclLD/IG+s9nL4ipywHnlt5ZBqq5RehmJKg8YQXix6Y7XSeDEMghfotKKK0gWtjtIL6a9JW0mYFwIYd8CVMj7GqJ2ummihwHUV/oZ+6GU3v0KYMhhZyz2fAEn5N3MCn49QJXSXb9Lu1abAnT6Rn2z/iU=
Received: by 10.70.52.5 with SMTP id z5mr3136068wxz;
        Fri, 01 Sep 2006 11:40:51 -0700 (PDT)
Received: by 10.70.110.1 with HTTP; Fri, 1 Sep 2006 11:40:50 -0700 (PDT)
Message-ID: <7573e9640609011140g5a52e7bfs97bb6be5206937ae@mail.gmail.com>
Date: Fri, 1 Sep 2006 11:40:50 -0700
From: "Richard Fish" <bigfish@asmallpond.org>
Sender: richard.j.fish@gmail.com
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] [OT] Decoding / encoding mp3 files
In-Reply-To: <200609011812.45823.volker.armin.hemmann@tu-clausthal.de>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <1157125667.12781.16.camel@frankies>
	 <200609011812.45823.volker.armin.hemmann@tu-clausthal.de>
X-Google-Sender-Auth: 554595a65f78c321
X-Archives-Salt: 7550ab25-e456-4cd0-838d-b71e150ab0bf
X-Archives-Hash: 30ffb18bd0be4b05963ebe226ee0c637

On 9/1/06, Hemmann, Volker Armin <volker.armin.hemmann@tu-clausthal.de> wrote:
> And recoding: mp3 is a lossy format. If you turn them into wavs you have not
> only wavs based on reduced information, you remove the stuff that makes mp3
> sound 'better' than they are. If you encode them again, you are removing more
> information.

Minor technical correction: wav formats are not even compressed, much
less lossy.  So converting from an mp3 to a wav (which is really just
PCM audio with a header attached) is very much like playing the mp3
through your speakers.  There should be no difference between playing
a wav generated from the mp3 and playing the mp3 itself.

But the point of what you said is correct...the wav file will not have
the same quality as the original recording that the mp3 was generated
from, and an mp3 generated from it will have even lower quality.
Although I suspect that most people couldn't tell the difference
between a 1st gen and 3rd gen mp3 if the bitrate is high enough.  When
I download stuff from iTunes, record it to CD, and then rip to ogg, I
certainly can't tell any difference between the 3 versions.

To answer the OP, I've used sox in the past to convert between
formats.  It can also apply lots of other transformations (noise
filters, volume normalization, tempo adjustments, etc) to the files.

-Richard
-- 
gentoo-user@gentoo.org mailing list