RE: Extracting tracks as WAV from a worn-out CD

2008-07-22 Thread Ted Mittelstaedt


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Razmig K
 Sent: Saturday, July 19, 2008 10:40 AM
 To: FreeBSD Questions
 Subject: Re: Extracting tracks as WAV from a worn-out CD
 
 
 Kevin Kinsey a écrit :
  Not trying to be overly arrogant, but aren't you asking
  something similar to why doesn't my broken car run?
 No, I'm aware of the implications of having a broken car. The question 
 asked for explanations, if any, on why successful extraction
^^
 was 
 possible via the SCSI interface while it wasn't via the ATAPI interface.


That statement implies that the data extracted isn't damaged.

Damage in a wave file is nothing - it's a click or pop in the
song.

Damage in a data file generally scotches the entire file.

Ted

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Extracting tracks as WAV from a worn-out CD

2008-07-19 Thread Kevin Kinsey

Razmig K wrote:

Snipped for logic:


Hello,

I could successfully extract the last track, no. 7, on a pretty worn-out 
audio CD 


got stuck at %84 giving the error cooked: Read cdda : 
Input/output error.




Any explanations to this?


Not trying to be overly arrogant, but aren't you asking
something similar to why doesn't my broken car run?

An input/output error on a worn-out CD isn't much of 
a surprise to me; and it's likely that the software isn't
either written (or perhaps invoked) in such a way that 
such errors can be ignored.


YMMV, #include disclaimer.h and all that.

Kevin Kinsey
--
He who steps on others to reach the top has good balance.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Extracting tracks as WAV from a worn-out CD

2008-07-19 Thread Razmig K

Kevin Kinsey a écrit :

Not trying to be overly arrogant, but aren't you asking
something similar to why doesn't my broken car run?
No, I'm aware of the implications of having a broken car. The question 
asked for explanations, if any, on why successful extraction was 
possible via the SCSI interface while it wasn't via the ATAPI interface.



//rk
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Extracting tracks as WAV from a worn-out CD

2008-07-19 Thread Josh Carroll
Sorry this is truncated, the google mail application on blackberry
doesn't include the full mail.

Anyway, I would highly suggest using cdparanoia from ports. I have had
great success recovering very scratched discs with it in the past.

Good luck!
Josh

On 7/19/08, Razmig K [EMAIL PROTECTED] wrote:

 Hello,

 I could successfully extract the last track, no. 7, on a pretty worn-out
 audio CD issuing the command:
 % cdda2wav -D 0,0,0 -t 7
 (0,0,0 being the SCSI device corresponding to the cdda2wav -scanbus output)
 while I have failed doing so earlier via:
 % cdda2wav -D /dev/acd0 -t 7
 since it got stuck at %84 giving the error cooked: Read cdda :
 Input/output error. I experienced similar failure with KAudioCreator.
 Any explanations to this?
 This is 7.0-RELEASE running KDE 3.5.8.
 Thanks!


 //rk
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]