LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 08-22-2004, 04:04 AM   #1
akihandyman
Member
 
Registered: Oct 2003
Location: brooklyn ny
Distribution: mandrake9.2
Posts: 297

Rep: Reputation: 30
How do I burn mp3?(Mdk9.2).


Which program can I use to burn mp3 files in Mdk9.2?
 
Old 08-22-2004, 04:38 AM   #2
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Precicely what are you wanting to burn the CD to do? We don't know what GUI tools you have installed as you didn't say.

All the GUIs you choose offer a limited front for the command line tools, so perhaps one of these will help.

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 08-22-2004, 07:06 AM   #3
akihandyman
Member
 
Registered: Oct 2003
Location: brooklyn ny
Distribution: mandrake9.2
Posts: 297

Original Poster
Rep: Reputation: 30
I have k3b installed,but with Neroexpress(win98) I can burn mp3 easily.
I do not know how to with k3b.
 
Old 08-22-2004, 07:21 AM   #4
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Me either. I never have attempted to use it.
 
Old 08-22-2004, 07:45 AM   #5
otish1000c
Member
 
Registered: May 2004
Location: Pennsylvania, USA
Distribution: dual boot.... Mandrake 10.0OE/10.xcooker
Posts: 611

Rep: Reputation: 30
k3b is almost exactly like Nero in functionality. to burn mp3's, choose the "new audio CD project" option in the lower left panel, in the top right panel navigate to the mp3(s) you want to burn, use the mouse to drag & drop them to the lower panel. when you have all the mp3's in place, click "burn" in the lower right corner. a dialogue box will come where you can change/adjust various settings. when settings are as you like, click "save" then "burn".

oh, make sure you have a blank CD in the burner before doing any of the above.

otis
 
  


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
still need lame, etc to burn mp3 to cd? joel b SUSE / openSUSE 1 05-04-2005 11:48 PM
how do i burn mp3 master Linux - Software 7 10-04-2004 10:16 AM
How do I burn mp3? akihandyman Linux - Newbie 5 08-22-2004 10:56 AM
burn mp3 crossfade/fade in or out zombie_wolf Linux - Software 2 05-29-2004 08:51 PM
Mp3/audio burn commandline neurotic Linux - Software 0 08-05-2003 08:58 AM

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

All times are GMT -5. The time now is 02:28 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