View previous topic :: View next topic |
Author |
Message |
bode n00b

Joined: 22 Mar 2003 Posts: 8 Location: san francisco
|
Posted: Sat Apr 05, 2003 9:29 pm Post subject: Problems With Burning Audio CDs |
|
|
I set up my cd burner, and I know it is recognized because I burned a simple data cd with cdrecord. I want to burn an audio cd from mp3s but I haven't found a program that can do it so far. Here's the verbose from simplecdrx that might be helpful:
Code: | [DEBUG] exec_cmd #mpg321 -w /tmp/simplecdrxTqp14T/track14.wav "/home/bode/mp3/aesop_rock/labor_days/shovel.mp3"#
[DEBUG] Progressbar 135405760 has been switched to activity mode
cd /tmp/simplecdrxTqp14T; cdrecord fs=8192k -v -pad speed=40 dev=0,0,0 -audio track*.wav
[DEBUG] gtk_idle return tag 0
[DEBUG] exec_cmd #cd /tmp/simplecdrxTqp14T; cdrecord fs=8192k -v -pad speed=40 dev=0,0,0 -audio track*.wav#
[DEBUG] Progressbar 135405760 has been switched to activity mode
cd /tmp/simplecdrxTqp14T; rm track*.wav
rm: cannot remove `track*.wav': No such file or directory |
Anyone have any ideas as to what the problem could be? I was root while doing all of this FYI. Thanks. |
|
Back to top |
|
 |
David_Escott l33t

Joined: 12 Jan 2003 Posts: 952 Location: Boston, MA
|
Posted: Sat Apr 05, 2003 9:56 pm Post subject: |
|
|
thats not terribly helpful to be honest. The only error it mentions is related to trying to clean up at the end "rm: cannot remove `track*.wav': No such file or directory"
I would suggest doing this by hand. It isnt really so hard and gives you a bit more control over things.
first convert your mp3's wav files by using
mpg123 -w file.mp3 track01.wav
make sure it is 44100 Hz (check with the file command)
and then burn it by running
cdrecord -vvvv -pad speed=X dev=x,y,z -audio *.wav
where X is the speed to burn at and x,y,z are the device id numbers from cdrecord -scanbus (ATAPI burning is done by just using cdrecord -scanbus dev=ATAPI and cdrecord dev=ATAPI:x,y,z) |
|
Back to top |
|
 |
mjoswig Tux's lil' helper

Joined: 05 Feb 2003 Posts: 122 Location: Hamburg, Germany
|
Posted: Sun Apr 06, 2003 1:45 pm Post subject: |
|
|
Try mp3burn (its in portage). Haven't tried it yet, but sounds easy. There are also some guis for it (Check homepage for details http://mp3burn.sourceforge.net/) |
|
Back to top |
|
 |
mikepb78 Apprentice


Joined: 27 Feb 2003 Posts: 171 Location: London
|
Posted: Sun Apr 06, 2003 2:05 pm Post subject: K3B is great. |
|
|
I found K3B is be a great tool for doing VCD/Audio CDs etc.. |
|
Back to top |
|
 |
mikepb78 Apprentice


Joined: 27 Feb 2003 Posts: 171 Location: London
|
Posted: Sun Apr 06, 2003 2:05 pm Post subject: K3B is great. |
|
|
I found K3B is be a great tool for doing VCD/Audio CDs etc.. |
|
Back to top |
|
 |
|