LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Command line cd-ripper/encoder (https://www.linuxquestions.org/questions/slackware-14/command-line-cd-ripper-encoder-111506/)

phishman3579 11-02-2003 12:07 PM

Command line cd-ripper/encoder
 
Is there a command line cd-ripper and/or encoder, I can't seem to find oue.

php 11-02-2003 12:10 PM

cdparanoia

bladeenc

exodist 11-02-2003 12:34 PM

lame oggenc

Astro 11-02-2003 01:54 PM

Try a freshmeat.net search for that ...might come up with something.

speck 11-02-2003 03:00 PM

For ripping/CDDB lookup/encoding all in one, I use RipIT.

Speck

J.W. 11-03-2003 12:57 PM

It's a simple 2 step process:

1. Make your image file, which we'll call "my_image.img" by running this command:
mkisofs -r -o my_image.img /home/user/whatever

2. Burn it to CD by running this command:
cdrecord -v speed=8 dev=0,0,0 -data my_image.img

Obviously you would want to adjust the speed parameter to fit your hardware. -- J.W.


All times are GMT -5. The time now is 10:11 AM.