Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Dec 2000 21:54:48 -0600 (CST)
From:      Mike Meyer <mwm@mired.org>
To:        "Karel J. Bosschaart" <karelj@wop21.wop.wtb.tue.nl>, Eyal Soha <esoha@cisco.com>
Cc:        questions@freebsd.org
Subject:   Re: burning audio cds
Message-ID:  <14912.11656.191285.53438@guru.mired.org>
In-Reply-To: <111086938@toto.iv>

next in thread | previous in thread | raw e-mail | index | archive | help
Karel J. Bosschaart <karelj@wop21.wop.wtb.tue.nl> types:
> If you mean an 'image' copy: try dd with block size 2048. I think there's
> 'sdd' in the ports collection for CD's that have tricky copy protection
> causing dd to fail.

The description of sdd doesn't mention anything that would make those
work any better than standard dd does. With standard dd, just use
"conv=noerror" to deal with those.

Eyal Soha <esoha@cisco.com> types:
> All that only works with SCSI, right?  How about an all IDE solution?
> I was able to use sox and burncd to write wave files to the CD.  Can I
> do a cd-to-cd copy with an IDE drive?

Not on FreeBSD, not yet. For ripping audio tracks, see if /dev/MAKEDEV
handles "acd0t99" to create devices for raw access to tracks. If that
works, then you can use dd to read the tracks (with a different
strange block size).

For single-track cd-to-cd copy, try feeding the output of dd to burncd
with standard input as the data source.

	<mike


> Eyal
> 
> cam (Camille HUOT) writes:
> 
>  > On Mon, 18 Dec 2000 20:30:28 -0800
>  > Eyal Soha <esoha@cisco.com> wrote:
>  > 
>  > > I've seen a lot of people asking how to burn cds but no answers.  It
>  > > almost seems like no one knows how to burn a CD.  Regardless:
>  > > 
>  > > Is there a way to make a duplicate of a CD?  How?
>  > > 
>  > > What's the proper way to convert an mp3 into raw format for burning
>  > > a
>  > > cd, and then what burncd options should be used?
>  > > 
>  > > Eyal
>  > 
>  > to duplicate a cd you can use 'cdrdao' with the 'copy' command ...
>  > to burn a cd from files you have to use mkisofs with cdrecord
>  > to burn an audio cd from mp3 or wav files you have to use xmms/sox with cdrecord or cdrdao
>  > 
>  > but all theses things can be done with gtoaster
>  > 
>  > all of these are in /usr/ports/sysutils or /usr/ports/audio
>  > 
>  > bye
>  > cam
> 
> - -- 
> Eyal Soha <esoha@cisco.com>                    Work: (408) 527-9276
> Software Engineer                              Page: (800) 365-4578
> Cisco Systems <http://www.cisco.com>;   Epage: esoha@epage.cisco.com
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 
--
Mike Meyer <mwm@mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Unix/FreeBSD consultant,	email for more information.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14912.11656.191285.53438>