Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Tutorials & Tips
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Tutorials & Tips
The place to find Ubuntu related Tips & Tricks.

 
Thread Tools Display Modes
Old November 8th, 2006   #1
Ack99
First Cup of Ubuntu
 
Join Date: Oct 2006
Beans: 10
Talking HOWTO: Rip mp3 using Sound Juicer

If you have and iPod and is using Amarok to upload songs to it, you probably noticed that you can upload .ogg files...

So, if you want to rip cds as mp3's here is what to do:
  1. install Gstreamer plugin:
    Code:
    sudo apt-get install gstreamer-plugin-bad
    in Dapper or
    Code:
    sudo apt-get install gstreamer-plugin-ugly
    in Edgy
  2. Open Sound Juicer CD Extractor
  3. go Edit > preferences and in the format are choose edit profile
  4. click New and name it MP3
  5. Select the MP3 profile and set the GStreamer pipeline to:
    Code:
     audio/x-raw-int,rate=44100,channels=2 ! lame name=enc vbr=0 bitrate=196 ! id3v2mux
    in dapper or
    Code:
     audio/x-raw-int,rate=44100,channels=2 ! ugly name=enc vbr=0 bitrate=196 ! id3v2mux
    in Edgy
  6. Set the File Extension to mp3, and select the Active check box
  7. Restart Sound Juicer

and you can now rip mp3's
Ack99 is offline   Reply With Quote
Old November 8th, 2006   #2
tscook
5 Cups of Ubuntu
 
Join Date: Sep 2006
Location: Pittsburgh, PA
Beans: 25
Send a message via AIM to tscook
Re: HOWTO: Rip mp3 using Sound Juicer

When I do this the extracted files become 1-6 hours of pops, hisses and glitches. Sort of cool considering I am ripping noise CDs, but not the kind of noise I am aiming for.
tscook is offline   Reply With Quote
Old November 11th, 2006   #3
wilberfan
Quad Shot of Ubuntu
 
wilberfan's Avatar
 
Join Date: Jul 2006
Location: Southern California
Beans: 479
Ubuntu 9.10 Karmic Koala
Re: HOWTO: Rip mp3 using Sound Juicer

Quote:
Originally Posted by Ack99 View Post
If you have and iPod and is using Amarok to upload songs to it, you probably noticed that you can upload .ogg files...

So, if you want to rip cds as mp3's here is what to do:
[LIST=1][*]install Gstreamer plugin:

Code:
sudo apt-get install gstreamer-plugin-ugly
in Edgy
I came to a screeching halt at the very first step!

Quote:
sudo apt-get install gstreamer-plugin-ugly
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package gstreamer-plugin-ugly
__________________
"He who lives by the penguin, dies by the penguin."
(at least 'till he figures out what he's doing!)
wilberfan is offline   Reply With Quote
Old November 12th, 2006   #4
jcrochford
First Cup of Ubuntu
 
Join Date: Oct 2006
Beans: 5
Re: HOWTO: Rip mp3 using Sound Juicer

It sounds like you haven't fully enabled the Universe and Multiverse repositories. Check this out:

https://help.ubuntu.com/community/Re...es/Ubuntu#what

Once you've got them enabled, try the instructions above again. You shouldn't have any problem getting the gstreamer-plugin-ugly via the command line or from Synaptic Package Manager. Good luck!
jcrochford is offline   Reply With Quote
Old November 12th, 2006   #5
wilberfan
Quad Shot of Ubuntu
 
wilberfan's Avatar
 
Join Date: Jul 2006
Location: Southern California
Beans: 479
Ubuntu 9.10 Karmic Koala
Re: HOWTO: Rip mp3 using Sound Juicer

Quote:
Originally Posted by jcrochford View Post
It sounds like you haven't fully enabled the Universe and Multiverse repositories. Check this out:

https://help.ubuntu.com/community/Re...es/Ubuntu#what

Once you've got them enabled, try the instructions above again. You shouldn't have any problem getting the gstreamer-plugin-ugly via the command line or from Synaptic Package Manager. Good luck!
I DO have those repositories enabled! In Synaptic I found a 'gstreamer0.10-plugins-ugly'--you think that's what he meant?
__________________
"He who lives by the penguin, dies by the penguin."
(at least 'till he figures out what he's doing!)
wilberfan is offline   Reply With Quote
Old November 12th, 2006   #6
bennyj
Just Give Me the Beans!
 
bennyj's Avatar
 
Join Date: Aug 2006
Beans: 55
Ubuntu 7.04 Feisty Fawn
Re: HOWTO: Rip mp3 using Sound Juicer

Quote:
Originally Posted by wilberfan View Post
I DO have those repositories enabled! In Synaptic I found a 'gstreamer0.10-plugins-ugly'--you think that's what he meant?
Yes
bennyj is offline   Reply With Quote
Old November 17th, 2006   #7
Circus-Killer
Has an Ubuntu Drip
 
Circus-Killer's Avatar
 
Join Date: May 2006
Beans: 779
Ubuntu 8.10 Intrepid Ibex
Re: HOWTO: Rip mp3 using Sound Juicer

okay, i followed the first post, however one thing didnt work out. the pipeline suggested for edgy gave me garbled output (even though i am using edgy).

i used the pipeline suggested for dapper and that seemed to work fine.
(and yes, i am using gstreamer0.10)
Circus-Killer is offline   Reply With Quote
Old November 18th, 2006   #8
mhosken
First Cup of Ubuntu
 
Join Date: Apr 2006
My beans are hidden!
Re: HOWTO: Rip mp3 using Sound Juicer

I found installing gstreamer0.10-plugins-ugly-multiverse and using lame in the pipeline worked for me
mhosken is offline   Reply With Quote
Old November 23rd, 2006   #9
m.musashi
Dark Roasted Ubuntu
 
m.musashi's Avatar
 
Join Date: Jan 2006
Location: Edge of Time
My beans are hidden!
Ubuntu 9.04 Jaunty Jackalope
Re: HOWTO: Rip mp3 using Sound Juicer

I also got nothing but noise using the code given. Using lame in the pipeline working fine. In my case the gstreamer plugins were already installed. I just added lame in preferences and it worked fine.
__________________
Join Team Ubuntu and fold@home.
The most excellent Colorado Ubuntu Local Team
m.musashi is offline   Reply With Quote
Old November 24th, 2006   #10
endersshadow
Dipped in Ubuntu
 
endersshadow's Avatar
 
Join Date: Oct 2005
Location: Dallas
Beans: 616
Ubuntu 7.04 Feisty Fawn
Re: HOWTO: Rip mp3 using Sound Juicer

The OP's Gstreamer line didn't work for me, but this one did:

Code:
audio/x-raw-int,rate=44100,channels=2 ! lame name=enc
endersshadow is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:50 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry