Page 1 of 8 123 ... LastLast
Results 1 to 10 of 73

Thread: HOWTO: Rip mp3 using Sound Juicer

  1. #1
    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

  2. #2
    Join Date
    Sep 2006
    Location
    Pittsburgh, PA
    Beans
    25

    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.

  3. #3
    Join Date
    Jul 2006
    Location
    Southern California
    Beans
    496
    Distro
    Lubuntu 12.10 Quantal Quetzal

    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!

    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!)

  4. #4
    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!

  5. #5
    Join Date
    Jul 2006
    Location
    Southern California
    Beans
    496
    Distro
    Lubuntu 12.10 Quantal Quetzal

    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!)

  6. #6
    Join Date
    Aug 2006
    Beans
    54
    Distro
    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

  7. #7
    Join Date
    May 2006
    Beans
    778
    Distro
    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)

  8. #8
    Join Date
    Apr 2006
    Beans
    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

  9. #9
    Join Date
    Jan 2006
    Location
    Edge of Time
    Beans
    Hidden!
    Distro
    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.

  10. #10
    Join Date
    Oct 2005
    Location
    Dallas
    Beans
    620
    Distro
    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

Page 1 of 8 123 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •