From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-user+bounces-86013-garchives=archives.gentoo.org@lists.gentoo.org>) id 1Kxms1-0002X2-Ve for garchives@archives.gentoo.org; Wed, 05 Nov 2008 18:12:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88AEBE0066; Wed, 5 Nov 2008 18:12:44 +0000 (UTC) Received: from rv-out-0708.google.com (rv-out-0708.google.com [209.85.198.241]) by pigeon.gentoo.org (Postfix) with ESMTP id 5911DE0066 for <gentoo-user@lists.gentoo.org>; Wed, 5 Nov 2008 18:12:44 +0000 (UTC) Received: by rv-out-0708.google.com with SMTP id b17so118752rvf.46 for <gentoo-user@lists.gentoo.org>; Wed, 05 Nov 2008 10:12:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=po0eG82zFrOF8A6SgJkKh26ErfrytQO1mIJota3X9Qo=; b=ivpwCpsIIZ7QYPrH/NjS7ZTGWtHab9myeobIoclWrmppPBRCCgmfXkM05g2jVwasRv g+yt0i/7seGPzJJl/TKZK3yqqYGDQfbY1P3xnm2ujCgP2kAnyfQ9TETDTZY7JNreGC3/ o/Qo6E+aAuIogfm6q0deZpUdrgHjLwl22EuS0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Wyp1Czs+GnRECbccwHmRI23VXq5qgrCDL10q7cWNGQMAKWWY17BOV2irSUfnEbTXRb 9pOd9id58aAfp2aTRheGViaE5k7ZSJE/KUtt+6c2cEX/BGU46c+hC+3mkz4U/g3thfsc aF2jKNoq8enZ+sVB2NehD/WoaEL64bXKZ4NdM= Received: by 10.141.162.9 with SMTP id p9mr574125rvo.45.1225908762543; Wed, 05 Nov 2008 10:12:42 -0800 (PST) Received: by 10.141.78.18 with HTTP; Wed, 5 Nov 2008 10:12:42 -0800 (PST) Message-ID: <558a8f1a0811051012n71ce19fck937152f04bc8df42@mail.gmail.com> Date: Wed, 5 Nov 2008 16:12:42 -0200 From: "Ricardo Bevilacqua" <rus.spes@gmail.com> To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] FLAC to mp3 converters? In-Reply-To: <5bdc1c8b0811041004k41ee926h9bba478c10c8117a@mail.gmail.com> Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5bdc1c8b0811041004k41ee926h9bba478c10c8117a@mail.gmail.com> X-Archives-Salt: a2245fdb-5b6b-4e7b-9e1f-f34ecbd9d41d X-Archives-Hash: 09c3d301a6d4699dc803e4a47325c0c8 2008/11/4 Mark Knecht <markknecht@gmail.com>: > Hi, > I'm wondering if anyone has a good way to convert a large hierarcy > of directories populated with FLAC files to a new set of directories > using mp3 instead? The FLAC directory contains something like 20000 > files so I need the converted structure to replicate the original. > Most likely the tool has to be very tolerant of file naming, unicode, > etc., as there are likely to be any number of strange things in there. > > Possibly something in perl or, for the likes of me, even something GUI based. > > Thanks, > Mark Mark, I don't know any good FLAC to MP3 converter. But anytime I need to convert from one format to another I simply use FFMPEG. It's a command line program, but it is very easy to use. If you want, you can give me the quality parameters you want to use for the conversion and I can tell you the options you have to pass ffmpeg to convert from FLAC to MP3. About the directories and stuff, you could just use an script, but unfortunatelly I can't help you with that. Regards. Richard.