 2009/07/04
|
Last update 2001/03/31
 The Labs - Design & Functionality For The NetCDROM, Burning CDs, Copying Music CDs
- Introduction
- Packages
- ISO-9960
- Hybrid
- ISO-9660/HFS/JOLIET
- Bootable CDs
- Music CD to MP3
- Music CD to Music CD
CDROM is a media which roughly takes 650MB data, either music or data (pictures, text, music, video).
Here some resources how to read, copy and write CDs under UNIX.
Some programs you might to use first:
| CD RecordThe must program |
MkISOFSThe original which doesn't support HFS or Joliet (include by cd-record) |
CD PARANOIARead music CDs |
| MkHybridMake an ISO9660/HFS/JOLIET shared hybrid CD volume |
FreeBSD Ports

| |
- /usr/ports/sysutils/cdrecord
- /usr/ports/sysutils/mkisofs
|
mkisofs (is part of cd-record) allows
you to create a monolithic filesystem containing files (MP3, or general data):
|
mkisofs -R -o cdimage.raw /home/joerg/master/tree
|
cdimage.raw contains the data.
ISO-9660 isn't really state-of-the-art, since it's only
allows filenames with 8.3 (DOS), therefore following enhancements are
possible: Rock Ridge extension: uses still 8.3 filenames, but handles
files which properly and reduces filenames without overwriting filename-reduced
files. Therefore use -R always when using mkisofs.
| CDROM4. Hybrid: ISO-9660/HFS/JOLIET
|
MkHybrid
allows to write data-CDs (ie. with MP3, or whatever) to be
used on UNIX (ISO-9660 + Rock-Ridge ext.), Windowz (ISO-9660 + Joliet ext.), and MAC platform (HFS).
Please check the documentation about variants of it.
To make a data-CD for UNIX/Win95/Mac:
|
mkhybrid -R -J -hfs -l -o cdimage.raw /home/joerg/master/tree
|
|
mkisofs -R -b images/boot.img -c images/boot.cat -o dump.iso <dir>
|
|
cdrecord -eject -v speed=4 dev=4,0 dump.iso
|
A Music-CD contains about 75-76 minutes of music (16bit, 44.1kHz, 650MB), but since MP3 was
invented music can be compressed 10:1 without loss of quality at 16 bit quality. Many people
started to converted their Music-CDs to MPEG3 and put them back on CD-ROM, ie.
10 Music-CDs on one CD-ROM in MPEG3 format.
| MP3 LabOur section with hints and description |
MP3.ComMain hub to get resources on mp3's (players, converters etc) |
MPEG.OrgMPEG related stuff (video & music) |
Make sure your CD-ROM (reader or writer) supports CDDA, read your technical
manual you have of your drive, look with CD-Paranoia documentation.
Convert it to WAV (or raw 16bit without header) and then to
MP3 (several encoders are available)
and finally CDRECORD to burn the data CD (which cannot be played
by an ordianary CD-Player).
A program doing all this in one is called record_cd2mp3 or xcdroast, it
requires a lot of programs as mentioned above already, best place to find
these look at freshmeat.net.
| CDROM7. Music CD to Music CD
|
We recommend the XCDRoast (search within freshmeat to find download), which uses CD-Record
and CD-Paranoia.

Hipocrisy of the finest: "I agree that no single company can create all the hardware and software. Openness is central because it's the foundation of choice." -- Steve Balmer (Microsoft) blaming Apple regarding iPhone, February 18, 2009Last update 2001/03/31 
All Rights Reserved - (C) 1997 - 2009 by The Labs.Com |