LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This 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


Reply
  Search this Thread
Old 12-18-2005, 01:00 PM   #1
Lobais
Member
 
Registered: Jan 2004
Location: Denmark
Distribution: Fedora Core 6
Posts: 224

Rep: Reputation: 30
Rip cd in mp3


Hi, I've got this iPod thing, and it sadly doesn't support ogg. Now when I rip music with soundjuicer it will only let my have ogg, flac and wav. Wav is supported by the pod, but it takes an awful amount of space, and in my version of soundjuicer it is broken.

Now I've heard that grip should be able to rip in mp3, but it is really a non gnome HIG application, and I've never got it to work (ejects my cd after reading 200KB of the first song).

I wrote this script (could use more functions) for converting flac and ogg to mp3 preserving the id3 information.
Code:
#!/bin/bash
for i in `ls $1`; do
	mplayer -ao pcm $i -vo null -vc dummy
	ffmpeg -i audiodump.wav $i".mp3"
	id3cp $i $i".mp3"
done
It is fine for me, but I've got a more noobie friend, and I think she would prefer just to be able to rip directly in mp3.

Do anybody know a good (and easy) program for ripping cd's in mp3?
And can one make soundjuicer rip in mp3?
 
Old 12-18-2005, 03:58 PM   #2
Okie
Senior Member
 
Registered: Mar 2002
Location: Oklahoma
Posts: 1,154

Rep: Reputation: 187Reputation: 187
ripperX or if you have Java try jripper
 
Old 12-18-2005, 04:34 PM   #3
bigtpumped
Member
 
Registered: May 2005
Distribution: gentoo
Posts: 39

Rep: Reputation: 15
I agree, i use ripperX.
 
Old 12-19-2005, 04:52 PM   #4
Lobais
Member
 
Registered: Jan 2004
Location: Denmark
Distribution: Fedora Core 6
Posts: 224

Original Poster
Rep: Reputation: 30
Well, I appreciate your help, but I would prefer using sound-juicer, as it has such a nice interface.

So after a lot more googling I found a way to put in other formats. You use a well hidden gnome program called gnome-audio-profiles-properties. In it you can create new audioprofiles that sound-juicer is able to use. An mp3 profile could have gstreamer-datachannel like: "audio/x-raw-int,rate=44100,channels=2 ! lame name=enc" (128Kb/s) or eventually appending "preset=1001" in the end for supreme quality.
 
  


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
Breezy: Rip CD to mp3 kenneho Ubuntu 10 02-27-2006 11:40 PM
Cannot rip CD to mp3 in the kde filemanager anandrajan SUSE / openSUSE 11 07-06-2005 12:14 PM
Using "Grip" to rip a Wav file to mp3 dolphans1 Mandriva 10 04-14-2005 10:20 PM
K3b, can't rip to mp3. Royle Linux - General 4 02-26-2005 04:04 PM
Need software rip CD or convert .WAV to .MP3 in Linux tho_x_tran Linux - Software 5 09-26-2004 08:57 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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