Re: Problems reading audio cdrom on 4.2 sparc64

Previous thread: Re: Problems reading audio cdrom on 4.2 sparc64 by Unix Fan on Wednesday, April 9, 2008 - 11:23 am. (1 message)

Next thread: Re: Problems reading audio cdrom on 4.2 sparc64 *SOLVED* by Harrell on Wednesday, April 9, 2008 - 12:23 pm. (1 message)
To: <misc@...>
Date: Wednesday, April 9, 2008 - 11:47 am

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.

To: Stuart Henderson <stu@...>
Cc: <misc@...>
Date: Wednesday, April 9, 2008 - 12:25 pm

Hi!

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.)

Kind regards,

Hannah.

To: <misc@...>
Date: Wednesday, April 9, 2008 - 1:49 pm

$ mkfifo track01.wav
$ ffmpeg -i - track01.mp3 < track01.wav &
$ cdio cdrip 1

--
jakemsr@sdf.lonestar.org
SDF Public Access UNIX System - http://sdf.lonestar.org

To: <misc@...>
Date: Thursday, April 10, 2008 - 10:57 am

Hi!

Probably works, but *yuck*.

Kind regards,

Hannah.

To: <misc@...>
Date: Thursday, April 10, 2008 - 11:12 am

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.

--
jakemsr@sdf.lonestar.org
SDF Public Access UNIX System - http://sdf.lonestar.org

To: <misc@...>
Date: Thursday, April 10, 2008 - 5:00 pm

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

Previous thread: Re: Problems reading audio cdrom on 4.2 sparc64 by Unix Fan on Wednesday, April 9, 2008 - 11:23 am. (1 message)

Next thread: Re: Problems reading audio cdrom on 4.2 sparc64 *SOLVED* by Harrell on Wednesday, April 9, 2008 - 12:23 pm. (1 message)