LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   How do I burn a cd with cdrecord? (https://www.linuxquestions.org/questions/linux-general-1/how-do-i-burn-a-cd-with-cdrecord-159453/)

Joey.Dale 03-18-2004 12:04 PM

How do I burn a cd with cdrecord?
 
Hi all,

I would like to 1. Burn some mpg's to cd and have them readable I a windows box. and 2. I have some mp3's that I would like to burn to cd and have them readable by a cd player. If someone could give me a step by step, that would be great. I know how to burn iso's (cdrecord dev=/dev/hdc speed=16 -eject name_of_iso.iso.

Thank You
-Joey

kernel_mustard 03-18-2004 12:12 PM

well, what i would do is install xcdroast
it burns audio cds pretty easily, data cds (with joliet windows support) very easily, and can even burn dvd's if uv got a dvd writer (with the install of cdrecord-ProDVD)

note that this program is a FRONT END for cdrecord
http://www.xcdroast.org/

Boow 03-18-2004 02:29 PM

You can also try k3b Just make sure you've got every thing you need to compile it. you'll need libmad to decode mp3's. havn't tried that disk writer xmms plugin to convert mp3 to wav but you will be ok if you get all that you need to compile keb.

Joey.Dale 03-22-2004 04:02 PM

I would prefer a text based answer. I know about k3b and XCDRoast

-Joey

superbondbond 03-22-2004 04:08 PM

man cdrecord
:study: :study: :study:

Joey.Dale 03-22-2004 05:00 PM

I know I have studyed it, I am looking for examples.

-Joey

superbondbond 03-22-2004 05:09 PM

you said that you know how to burn iso's. Well, basically, you want to make an iso of the files you want to burn. mkisofs is the command. this is essentially what xcdroast does at the "master tracks" stage.

Joey.Dale 03-22-2004 05:12 PM

I have seen that to, what I would like is a howto. i.e. I have a folder with about 200MB of mpg, how do I burn them to cd.

-Joey

superbondbond 03-22-2004 05:40 PM

first
mkisofs -r -o filename.iso /path/to/files
then
cdrecord dev=/dev/hdc speed=16 -eject filename.iso
;)

Joey.Dale 03-22-2004 05:57 PM

thank you

-Joey


All times are GMT -5. The time now is 08:43 AM.