LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Burner Programs (https://www.linuxquestions.org/questions/slackware-14/burner-programs-124593/)

matt3333 12-10-2003 11:03 AM

Burner Programs
 
Ok i downloaded xcdroast and it workes i made myself a mp3 cd but how do i cdd2wav?? through this program?? or do i have to run it my its self?

If anyone know anyother good programs used for burner plz tell me. I tired k3b and i first tried to make it my self which usually goes fine but i got a error of somekind so i went to linuxpackages and found on already built downloaded it. Then the program just hung and disappeared. Please help me i just got my self a burner and i can only burn mp3s so far. HELP!!!!!!!!! Thanx

Matt3333

Tarts 12-10-2003 02:18 PM

'cdda2wav' is a seperate utility, from this site: http://www.linux.org/docs/ldp/howto/...g-HOWTO-4.html
Quote:

cdda2wav enables you to get a specific interval (or a whole track) from your audio CD and converts it into a .wav-file. sox converts the WAV files back into the (audio CD) cdda-format so it can be written to the CD-R using cdrecord. You don't necessarily need sox if you use a recent version of cdrecord, because it has built-in support for .au and .wav files.
This http://new.linuxnow.com/docs/content...3-HOWTO-7.html might also provide some help.
Tarts

fancypiper 12-10-2003 02:40 PM

Cdparanoia is slower but gives better rips.

# 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
# Burn from disk to disk
cdrecord -v dev=<your device> speed=<burning speed> -isosize /dev/cdrom
# 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-"
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
# Erase a CDRW
cdrecord -v dev=<your device> speed=<burning speed> blank=fast

matt3333 12-11-2003 10:55 AM

Ok thanx for ur replys but does anyone know anygood programs for burning programs such as k3b ,xcdraoster etc..... frontends for cdrecords?? Thanx


Matt3333

tipaul 12-11-2003 11:09 AM

burner front-end
 
I'm using 50% K3b and 50% Magma...

Magma is a console front-end but it is easy(ier?) as any GUI front-end to use!!!

It's as easy as press 1 for audio CD menu, and selecting what to do (Creation of audio cd from mp3, wavs, disc copy, extracting audio cd to wav, mp3, ogg, etc...) And it does data and other things....

It's written completely as a batch file so you can customize it VERY EASILY!

The site is: http://freebits.de/magma/

But i've tried to reach it today and it doesn't seem to respond...!?!


All times are GMT -5. The time now is 08:33 AM.