Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problems With Burning Audio CDs
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
bode
n00b
n00b


Joined: 22 Mar 2003
Posts: 8
Location: san francisco

PostPosted: Sat Apr 05, 2003 9:29 pm    Post subject: Problems With Burning Audio CDs Reply with quote

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
View user's profile Send private message
David_Escott
l33t
l33t


Joined: 12 Jan 2003
Posts: 952
Location: Boston, MA

PostPosted: Sat Apr 05, 2003 9:56 pm    Post subject: Reply with quote

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
View user's profile Send private message
mjoswig
Tux's lil' helper
Tux's lil' helper


Joined: 05 Feb 2003
Posts: 122
Location: Hamburg, Germany

PostPosted: Sun Apr 06, 2003 1:45 pm    Post subject: Reply with quote

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
View user's profile Send private message
mikepb78
Apprentice
Apprentice


Joined: 27 Feb 2003
Posts: 171
Location: London

PostPosted: Sun Apr 06, 2003 2:05 pm    Post subject: K3B is great. Reply with quote

I found K3B is be a great tool for doing VCD/Audio CDs etc..
Back to top
View user's profile Send private message
mikepb78
Apprentice
Apprentice


Joined: 27 Feb 2003
Posts: 171
Location: London

PostPosted: Sun Apr 06, 2003 2:05 pm    Post subject: K3B is great. Reply with quote

I found K3B is be a great tool for doing VCD/Audio CDs etc..
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum