Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Oct 2001 15:11:51 -0000
From:      "Nuno Teixeira" <nuno.mailinglists@pt-quorum.com>
To:        <freebsd-stable@freebsd.org>
Subject:   burncd + DAO sugestions?
Message-ID:  <013101c1621e$66183d10$0a00a8c0@qnuno>

next in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
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 = "/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=/dev/acd0c of=audio_cd.raw bs=2352
# 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=/dev/acd0c of=audio_cd.raw bs=2352" 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







[-- Attachment #2 --]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello to all,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I'm not a C programmer but I have some sugestions 
to make:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>1. burncd CDRW variable like CDROM variable in 
cdcontrol:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I think that is a good idea to use a device 
variable like cdcontrol does instead of [char *devname = "/dev/acd0c"] 
default.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>2. DAO: a question:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>DAO is the only way of&nbsp;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.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>There is a way of doing something like DAO but with 
one&nbsp;big problem: TOC generation</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>ex: copy a audio cd like DAO:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2># dd if=/dev/acd0c of=audio_cd.raw 
bs=2352</FONT></DIV>
<DIV><FONT face=Arial size=2># burncd -f /dev/acd1c raw audio_cd.raw 
fixate</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>With this we can make a cd copy without 2 second 
track space but a cdplayer can only see 1 big track.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>My big question is:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>There is possible to:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>1. generate a TOC file from original Audio CD,i.e, 
export TOC to a file</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>2. use "dd if=/dev/acd0c of=audio_cd.raw bs=2352" 
to create&nbsp;audio cd image</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>3. importing "audio_cd.toc" by "burncd -f 
/dev/acd1c raw audio_cd.raw fixate" to generate a correct TOC</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks very much,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Nuno Teixeira</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?013101c1621e$66183d10$0a00a8c0>