From: "Jorge Peixoto de Morais Neto" <please.no.spam.here@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] FLAC to mp3 converters?
Date: Wed, 5 Nov 2008 15:12:44 -0200 [thread overview]
Message-ID: <38af3d670811050912u27d19e36t909ceb2724961de3@mail.gmail.com> (raw)
In-Reply-To: <5bdc1c8b0811041004k41ee926h9bba478c10c8117a@mail.gmail.com>
On Tue, Nov 4, 2008 at 4:04 PM, Mark Knecht <markknecht@gmail.com> wrote:
> 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.
I wouldn't trust something GUI-based; it would probably call the mp3
encoder with suboptimal default settings. I would write a script
myself. For flac decoding use (of course) media-libs/flac; for mp3
encoding, media-sound/lame. You can probably chain them in a pipe,
using flac -dc infile.flac | mp3lame <lameopts> - outfile.mp3 . Read
lame's man page and write a shell (or perhaps python/perl) script.
next prev parent reply other threads:[~2008-11-05 17:12 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-04 18:04 [gentoo-user] FLAC to mp3 converters? Mark Knecht
2008-11-04 18:15 ` Dirk Heinrichs
2008-11-05 3:40 ` young sun
2008-11-05 17:12 ` Jorge Peixoto de Morais Neto [this message]
2008-11-05 17:16 ` Neil Bothwick
2008-11-05 17:50 ` Jorge Peixoto de Morais Neto
2008-11-05 17:59 ` Eric Martin
2008-11-05 18:06 ` Dirk Heinrichs
2008-11-05 23:54 ` Neil Bothwick
2008-11-07 20:17 ` Eric Martin
2008-11-05 18:12 ` Ricardo Bevilacqua
2008-11-05 18:46 ` Andrew Gaydenko
2008-11-05 19:55 ` Mark Knecht
2008-11-05 20:13 ` Andrew Gaydenko
2008-11-05 20:24 ` Paul Hartman
2008-11-05 23:20 ` Beau Henderson
2008-11-06 3:18 ` Mark Knecht
2008-11-06 4:55 ` Mark Knecht
2008-11-06 9:56 ` Neil Bothwick
2008-11-07 1:12 ` Mark Knecht
2008-11-07 8:30 ` Neil Bothwick
2008-11-07 13:55 ` Mark Knecht
2008-11-07 15:54 ` Paul Hartman
2008-11-07 17:00 ` Mark Knecht
2008-11-05 20:08 ` Alex Schuster
2008-11-06 2:14 ` darren kirby
2008-11-06 3:14 ` Mark Knecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=38af3d670811050912u27d19e36t909ceb2724961de3@mail.gmail.com \
--to=please.no.spam.here@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox