On Wed, Apr 09, 2008 at 06:25:53PM +0200, Hannah Schroeter wrote: > Hi! > > 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 -- [EMAIL PROTECTED] SDF Public Access UNIX System - http://sdf.lonestar.org

