LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How to create a cd-image of audio? (https://www.linuxquestions.org/questions/linux-software-2/how-to-create-a-cd-image-of-audio-681710/)

lawrence_lee_lee 11-07-2008 12:26 AM

How to create a cd-image of audio?
 
What I have now, are a number of encoded audio, like mp3 or flac. I want to make a CD image containing these music, so that I can give this image to others and he/she can burn this image into a CD, for listening.

I don't mean a data CD image containing these audio files, but a audio CD image containing tracks of those music.

Can this be done? Both command line and GUI methods are welcomed.

Simon Bridge 11-07-2008 01:25 AM

What you want is the man page for genisofs

IIRC: something like

genisofs -R -o cdimage.raw file1.wav file2.wav ...

There is always the option of burning a CD and grabing an image of it with dd.

lawrence_lee_lee 11-07-2008 04:59 AM

However, as far as I know, there is no filesystem on an audio CD and they are just tracks of data. How can I use "dd" to create the image?

I know that,
Quote:

dd if=/dev/hdb of=image.raw bs=4096
can create an image of a CD, if the CD contain a filesystem. However, this does not work for an audio CD. What can I do?


All times are GMT -5. The time now is 04:58 PM.