LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   mkisofs for audio cd (https://www.linuxquestions.org/questions/linux-software-2/mkisofs-for-audio-cd-306541/)

wgandhi 03-27-2005 01:21 AM

mkisofs for audio cd
 
Hi All

I have been using debian/ubuntu linux quite successfully for the past year. However, my linux box does not have a CD burner. I want to generate .iso files on my linux box and use my Windoze burner to generate a bunch of audio cds.

I have read the MP3 burning HOWTO and know how to create .cdr/.wav files from my .mp3 files. Now I am stuck at generating an ISO image from my .cdr/.wav files. All my searches on the web have returned using cdrecord with -audio flag to master an audio CD. But I am interested in generating only an .ISO file... I tried using mkisofs -o../cd.iso *cdr from the directory with all the cdr files. The result is an .iso image which is not in AUDIO CD format. I guess, mkisofs generated a Data CD from the files provided..Please let me know how I could master an ISO image from a bunch of .cdr files...

-Wishwesh

veerain 03-27-2005 02:48 AM

Well an audio cd format is alltogether different from iso9660 filesystem CD. You can use iso9660 filesystem for storing files though and can play files from them like an ordinary Windows Installation CD or a Game CD.
And audio cd can't be made from iso9660 file.

My site Veera's

taxtropel 03-30-2005 09:33 PM

actually you don't make an iso image for audio CDs
you simply convert your wave files to the proper pcm encoding (cdda) using a cool program called sox
(you convert the mp3 to waves via xmms or mpg123 or other such program)

once you have your songs (tracks) in the proper format you can use
cdrecord or cddao to record the songs to a disk

example
cdrecord -v speed=4 dev=ATAPI:1,0,0 -audio track1.cdda track2.cdda track3.cdda track4.cdda trackn.cdda

taxtropel 03-30-2005 09:36 PM

oh, and if you don't want to fiddle w/ all that then use the neat
K3B program for KDE, it's *very* powerful and *very* easy to use.


All times are GMT -5. The time now is 06:09 AM.