LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-28-2004, 06:15 PM   #1
raikov
LQ Newbie
 
Registered: May 2004
Posts: 6

Rep: Reputation: 0
Problem with burning Audio CD ...


HELLO,

I have one problem - I can`t burno audio CDs with k3b. My OS is Linux 2.4.22, SLackware 9.1, KDE 3.2.1, k3b 0.11.9. I choose Project -> Audio CD and when I choose some mp3s, which I want to make to an Audio CD, it shows me this message "Unable to handle the following files due to an unsupported format:" I have installed the Monkey Audio Encoder/Decoder, but no effect Please HELP ME! Tell me which options I should change to burn Audio CDs
 
Old 05-28-2004, 08:13 PM   #2
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
I go straight to the command line for CD stuff, myself.

1. convert mp3s to wav (I use lame for mp3 stuff)
2. burn cd

How about CD copying, ripping and burning? I can't figure it out.
# CD burning copying ripping info
Is it configured and what is the device? Command this to find out:
cdrecord -scanbus
Adding an IDE CD-Writer to Linux
Linux DVD HOWTO
CD Writing HOWTO
Burning CDs on Linux
# Burn an ISO to disk
cdrecord -v speed=<burning speed> dev=<your device> /path/to/foo.iso;eject
# Burn from disk to disk
cdrecord -v dev=<your device> speed=<burning speed> -isosize /dev/cdrom;eject
# ISO information
isoinfo -i -d /dev/cdrom
# Generate an ISO from a directory.
mkisofs -vrTJUV "Label" -o foo.iso /path/to/directory
# Generate an ISO from a CD
dd if=/dev/cdrom of=foo.iso
# cdparanoia - search for a drive with reporting of autosense:
cdparanoia -vsQ
# Rip a complete audio CD with cdparanoia
cdparanoia -B "1-";eject
Linux MP3 CD Burning mini-HOWTO
# Convert mp3 to wav with lame
for i in *.mp3; do lame --decode $i `basename $i .mp3`.wav; done
# Burn a CD from wav files
cdrecord -v -audio -pad speed=<burning speed> dev=<your device> /path/to/*.wav;eject
# Copy CD using cdrdao
cdrdao read-cd --device <your device> --read-raw --datafile mydata.bin -v 99 mydata.cue
cdrdao write --device <your device> --overburn -v 99 --speed <burning speed> mydata.cue
# Erase a CDRW
cdrecord -v dev=<your device> speed=<burning speed> blank=fast
# Mount CD iso images as a filesystem
mount /path/to/foo.iso /mnt/<directory> -t iso9660 -o ro,loop=/dev/loop0
Example:
mount /pub/iso/distros/Mandrake92-cd1-inst.i586.iso /mnt/cdrom -t iso9660 -o ro,loop=/dev/loop0
 
Old 05-29-2004, 03:13 AM   #3
raikov
LQ Newbie
 
Registered: May 2004
Posts: 6

Original Poster
Rep: Reputation: 0
Is there another way to burn audio CDs, without makink the mp3 to a *.wav file? I like k3b and it is easy to burn CDs with it. I think that I have not made correctly the options, plugins ...
 
Old 05-29-2004, 03:28 AM   #4
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
I know of no other way.

If I were you, I would install lame if not already installed and configure it to use that for mp3.

Music CDs use the CDDA (CD digital audio) format, you can burn the (forgot the sample rate, but it's got 44 in it I think) wav files to CDDA with cdrecord as shown above. Your gui pointy-clicky are front ends to those programs, so you must not have it figured correctly. The how-to link I posted should explain other encoders/decoders to use.

If you want to see the errors produced by your front end, run it from an x terminal and post the output of the x terminal error messages.

I find the command line much easier to use for CD work because you have access to all the flags, not just what the gui designer decided to put in.

Last edited by fancypiper; 05-29-2004 at 03:36 AM.
 
Old 05-29-2004, 04:49 AM   #5
raikov
LQ Newbie
 
Registered: May 2004
Posts: 6

Original Poster
Rep: Reputation: 0
WIth which program I can convert mp3 files to wav ?
 
Old 05-29-2004, 10:34 AM   #6
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
See my first answer or the how to link. My favorite is listed there and I believe I chose it because of the comments in the howto.

Last edited by fancypiper; 05-29-2004 at 10:36 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
audio burning PIayer Linux - Software 3 07-08-2005 01:37 PM
CD AUDIO BURNING PROBLEM Artec 48x12x48 sillygirly Linux - Hardware 4 01-02-2004 01:55 PM
CD burning ? (audio) wr3ck3d Linux - Software 2 04-08-2003 05:56 PM
burning mp3 to audio cd evian Linux - General 4 03-31-2003 04:22 AM
Burning Audio CD. Half_Elf Linux - Software 5 03-15-2003 04:35 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:19 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration