Jacob Meuser wrote:
On Thu, Apr 10, 2008 at 04:57:29PM +0200, Hannah Schroeter wrote:
Hi!

On Wed, Apr 09, 2008 at 05:49:57PM +0000, Jacob Meuser wrote:
On Wed, Apr 09, 2008 at 06:25:53PM +0200, Hannah Schroeter wrote:
On Wed, Apr 09, 2008 at 03:47:26PM +0000, Stuart Henderson wrote:
On 2008-04-09, Unix Fan <[EMAIL PROTECTED]> wrote:
If you want to dump the contents into PCM audio, look in the
ports.. install "cdrtools" and use the "cdda2wav" application.
No need for 3rd party software for this simple task, take a look
at cdio(1). It does a lot more than you probably expect.
Nice, but it can't rip to stdout (for example to encode the data in a
pipe, e.g. into mp3 or ogg/vorbis, w/o storing the uncompressed audio
inbetween). cdda2wav/cdparanoia *can* do that. (Frontends like grip,
can't, again, alas.)
$ mkfifo track01.wav
$ ffmpeg -i - track01.mp3 < track01.wav &
$ cdio cdrip 1
Probably works, but *yuck*.

so put it in a script.  then you don't have to see the yuckiness :)

joking aside, adding the ability to choose the output filenames for
the cdrip command might well be useful.

Or even better if you could use the file names provided by cddb.

Reply via email to