Hello,
I need to automate the task of creating an audio cd "image file" for use on a CD-ROM disk duplicator. I'm running 7.0-STABLE and am quite familiar with cdrecord(1) and burncd(1) to create audio CDs. However, these always write to a SCSI or ATA device.
The duplicator manufacturer ships windows software which is supposed to make this elusive audio cd "image file". When I inspect that file with file(1), it tells me it is:
081108P-1of2.iso: RIFF (little-endian) data
When I do a strings(1) on the file, it says:
RIFF1
imag
Placeholder for the image header
RIFF
disc
New TitleNew Artist
1119458
081108p0
1119458
081108p1
1119458
081108p2
1119458
081108p3
1119458
081108p4
1119458
081108p5
1119458
081108p6
1119458
081108p7
RIFF
adio
... etc ...
Does anyone know how one creates this type of file with tools available FreeBSD?
--
Regards,
Doug
I need to automate the task of creating an audio cd "image file" for use on a CD-ROM disk duplicator. I'm running 7.0-STABLE and am quite familiar with cdrecord(1) and burncd(1) to create audio CDs. However, these always write to a SCSI or ATA device.
The duplicator manufacturer ships windows software which is supposed to make this elusive audio cd "image file". When I inspect that file with file(1), it tells me it is:
081108P-1of2.iso: RIFF (little-endian) data
When I do a strings(1) on the file, it says:
RIFF1
imag
Placeholder for the image header
RIFF
disc
New TitleNew Artist
1119458
081108p0
1119458
081108p1
1119458
081108p2
1119458
081108p3
1119458
081108p4
1119458
081108p5
1119458
081108p6
1119458
081108p7
RIFF
adio
... etc ...
Does anyone know how one creates this type of file with tools available FreeBSD?
--
Regards,
Doug