LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 12-16-2006, 07:55 AM   #1
xjlittle
Member
 
Registered: Aug 2003
Location: Indiana
Distribution: fc6 sles9 & 10 kubuntu ubuntu-server
Posts: 240
Blog Entries: 2

Rep: Reputation: 30
How do I create an audio cd from mp3?


Hi all

What application would I use to create an audio cd from a directory of mp3s? I want it to play in my car or home stereo cd.

Thanks!
 
Old 12-16-2006, 09:31 AM   #2
Andrew Benton
Senior Member
 
Registered: Aug 2003
Location: Birkenhead/Britain
Distribution: Linux From Scratch
Posts: 2,073

Rep: Reputation: 64
Use LAME and cdrecord. Put all the tracks in one folder, CD into the folder and then
Code:
count=0
for TRACK in *
do
lame --decode "$TRACK" $((++count)).wav
rm -f "$TRACK"
done
cdrecord dev=/dev/hdc -audio -pad $(ls)
 
Old 12-16-2006, 10:00 AM   #3
xjlittle
Member
 
Registered: Aug 2003
Location: Indiana
Distribution: fc6 sles9 & 10 kubuntu ubuntu-server
Posts: 240

Original Poster
Blog Entries: 2

Rep: Reputation: 30
yep that's a good way. I was looking for something a little more friendly so that my family could use it as well. I ran across GnomeBaker which works very well.

Thanks for your reply.
 
Old 12-16-2006, 12:59 PM   #4
soundwave
Member
 
Registered: Nov 2006
Location: israel
Distribution: Fedora Core 6
Posts: 55

Rep: Reputation: 15
I really like a program called K3b, it works much like Nero and all the standard burning apps...
It's available in the Fedora repositories, if I'm not mistaken.

Check out a screenshot of the audio CD interface:
http://k3b.plainblack.com/uploads/u4...dioproject.png


I believe that you must have the KDE libraries installed, so use a package manager like Yum or Smart to take care of the dependencies, if any

Hope that helps you out.
-soundwave-

Edit: you might want to install also "k3b-extras" from the Fedora repositories, and "k3b-extras-nonfree" from the Livna repository. They might contain some additional decoders and stuff...

Last edited by soundwave; 12-16-2006 at 01:06 PM.
 
  


Reply



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
How to create audio DVD with K3B and MP3 songs Maxei Linux - Software 4 03-19-2008 08:05 PM
Encoding audio: Mp3 to Mp3 SolidSnakeX28 Linux - Software 7 06-25-2006 10:14 AM
Cannot create MP3 CD General Linux - Software 5 01-07-2006 03:05 PM
Create mp3 from audio-cd´s GSX Linux - Software 5 05-12-2005 03:06 AM
Need software to create MP3 from audio tape vijayaramanl Linux - Newbie 2 10-28-2003 10:29 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 06:32 PM.

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