From owner-freebsd-stable Wed Oct 31 7:11:38 2001 Delivered-To: freebsd-stable@freebsd.org Received: from pt-quorum.com (pt-quorum.com [209.10.167.210]) by hub.freebsd.org (Postfix) with ESMTP id 9877637B406 for ; Wed, 31 Oct 2001 07:11:32 -0800 (PST) Received: from qnuno (unknown [217.129.231.117]) by pt-quorum.com (Postfix) with ESMTP id D43C0ED18 for ; Wed, 31 Oct 2001 15:08:22 +0000 (WET) Message-ID: <013101c1621e$66183d10$0a00a8c0@qnuno> From: "Nuno Teixeira" To: Subject: burncd + DAO sugestions? Date: Wed, 31 Oct 2001 15:11:51 -0000 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_012E_01C1621E.5E75E490" X-Priority: 1 X-MSMail-Priority: High X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_012E_01C1621E.5E75E490 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello to all, I'm not a C programmer but I have some sugestions to make: 1. burncd CDRW variable like CDROM variable in cdcontrol: I think that is a good idea to use a device variable like cdcontrol does = instead of [char *devname =3D "/dev/acd0c"] default. 2. DAO: a question: DAO is the only way of copying Audio CDs that have no space between = tracks. To solve this DAO is needed so that CDRW laser don't stop = between tracks and generate a 2 second space between them. There is a way of doing something like DAO but with one big problem: TOC = generation ex: copy a audio cd like DAO: # dd if=3D/dev/acd0c of=3Daudio_cd.raw bs=3D2352 # burncd -f /dev/acd1c raw audio_cd.raw fixate With this we can make a cd copy without 2 second track space but a = cdplayer can only see 1 big track. My big question is: There is possible to: 1. generate a TOC file from original Audio CD,i.e, export TOC to a file 2. use "dd if=3D/dev/acd0c of=3Daudio_cd.raw bs=3D2352" to create audio = cd image 3. importing "audio_cd.toc" by "burncd -f /dev/acd1c raw audio_cd.raw = fixate" to generate a correct TOC Thanks very much, Nuno Teixeira ------=_NextPart_000_012E_01C1621E.5E75E490 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello to all,
 
 
I'm not a C programmer but I have some = sugestions=20 to make:
 
1. burncd CDRW variable like CDROM = variable in=20 cdcontrol:
 
I think that is a good idea to use a = device=20 variable like cdcontrol does instead of [char *devname =3D "/dev/acd0c"] = default.
 
 
2. DAO: a question:
 
DAO is the only way of copying = Audio CDs that=20 have no space between tracks. To solve this DAO is needed so that CDRW = laser=20 don't stop between tracks and generate a 2 second space between=20 them.
 
There is a way of doing something like = DAO but with=20 one big problem: TOC generation
 
ex: copy a audio cd like = DAO:
 
# dd if=3D/dev/acd0c of=3Daudio_cd.raw=20 bs=3D2352
# burncd -f /dev/acd1c raw audio_cd.raw = fixate
 
With this we can make a cd copy without = 2 second=20 track space but a cdplayer can only see 1 big track.
 
 
My big question is:
 
There is possible to:
 
1. generate a TOC file from original = Audio CD,i.e,=20 export TOC to a file
 
2. use "dd if=3D/dev/acd0c = of=3Daudio_cd.raw bs=3D2352"=20 to create audio cd image
 
3. importing "audio_cd.toc" by "burncd = -f=20 /dev/acd1c raw audio_cd.raw fixate" to generate a correct = TOC
 
 
 
Thanks very much,
 
Nuno Teixeira
 
 
 
 
 
 
------=_NextPart_000_012E_01C1621E.5E75E490-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message