Linux - SoftwareThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Is it just me - or is ripping a CD to MP3 quite a difficult task in Linux. I have been trying for quite sometime, downloaded tons of stuff (grip, soundJuicer, Kaudiocreator...) but nothing works.
They all ask for this command line stuff - and I am not sure what to put in there.
I am running Debian Linux.
I think I need an encoder or something - not sure how to get it / install it, or which one.
And then what can I put in SoundJuicer (in the profile) or in any of the other Rippers that I listed above?
Any help would be greatly appreciated!
Thanks!
i'd download Lame for your encoder. you might also need to download id3lib and install that as well. i had to on slackware, but i'm not sure about the other distros. once lame is installed, start grip and choose the "config" tab. once there, click on "encode" and it should show lame as your encoder. for the "encoder executible" it should show something like /usr/bin/lame. if those are all in place, you should be good to go.
*edit
if you're using debian, there should be .deb. packages you can get to make installation easier. i've never used debian, so i'm not sure how that works...i'm sure someone here does tho...or the debian homepage should have some information for you on that, too.
Last edited by detpenguin; 07-31-2006 at 12:23 AM.
To install lame, add this line to your /etc/apt/sources.list file
Code:
deb http://www.debian-multimedia.org testing main
then, #apt-get update; #apt-get install lame (or "aptitude", if that's the upgrade program you use.
Seems to me that the last time I did it, the lame library had changed names somewhat. If you still can't get it to work after installing lame, ask for specific help in the Debian forum.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.