Results 1 to 6 of 6

Thread: Audio Recorder will not give option to record as MP3

  1. #1
    Join Date
    Mar 2013
    Beans
    4

    Audio Recorder will not give option to record as MP3

    Just like the title says. I have tried everything that I know of to try and get Audio Recorder to give me the option to record as an MP3. I had it working while running 12.10 64 bit, but after formatting my computer and reinstalling 12.10 32 bit, I just can't seem to get it to work for me. I have installed all of the restricted ubuntu-restricted-extras, and also installed the third party extra option during the OS install with included Fluendo MP3 plugin. Sound Converter gives me an option to convert to mp3 if that info helps. Any help would be much appreciated because it has me stumped. Thanks

    PS - I know mp3 is a crappy format but I need it for what I am trying to accomplish.
    Last edited by Joshatlas; March 24th, 2013 at 04:25 PM.

  2. #2
    Join Date
    Jul 2006
    Location
    Lancashire
    Beans
    Hidden!
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Audio Recorder will not give option to record as MP3

    Quote Originally Posted by Joshatlas View Post
    ... try and get Audio Recorder to give me the option to record as an MP3...
    ... but after formatting my computer and reinstalling 12.10 32 bit, I just can't seem to get it to work for me.
    Hi
    You need to install the gstreamer0.10 plugins.

    There's a whole set of them:-
    gstreamer0.10-plugins-base
    gstreamer0.10-plugins-good
    gstreamer0.10-plugins-bad
    gstreamer0.10-plugins-ugly

    Install them all, if you like... but I think it is the "ugly" plugins that are used for mp3.

  3. #3
    Join Date
    Mar 2013
    Beans
    4

    Re: Audio Recorder will not give option to record as MP3

    I tried using the following -

    sudo apt-get -y install gstreamer0.10-pitfdll gstreamer0.10-ffmpeg gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse

    and this is what I got



    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Package gstreamer0.10-plugins-ugly-multiverse is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source

    E: Unable to locate package gstreamer0.10-pitfdll
    E: Couldn't find any package by regex 'gstreamer0.10-pitfdll'
    E: Package 'gstreamer0.10-plugins-ugly-multiverse' has no installation candidate


    Any ideas?

  4. #4
    Join Date
    Mar 2013
    Beans
    4

    Re: Audio Recorder will not give option to record as MP3

    Well I also just tried

    sudo apt-get install gstreamer0.10-plugins-ugly

    and got

    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    gstreamer0.10-plugins-ugly is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

  5. #5
    Join Date
    Nov 2007
    Location
    New Zealand
    Beans
    1,224
    Distro
    Ubuntu Development Release

    Re: Audio Recorder will not give option to record as MP3

    Do you mean the default audio recorder that comes with Ubuntu....?


    If all else fails then use the most excellent audio recorder here....
    https://launchpad.net/~osmoma/+archive/audio-recorder

    This program supports several audio (output) formats such as OGG audio, Flac, MP3 and WAV.
    The installation is very easy. Run these commands on the command line:

    Code:
    sudo apt-add-repository ppa:osmoma/audio-recorder
    Code:
    sudo apt-get update
    Code:
    sudo apt-get install audio-recorder
    You will also need to install one or more of these packages to add support for various audio-formats.
    gstreamer1.0-plugins-base (OGG format)
    gstreamer1.0-plugins-good (WAV and Flac formats)

    gstreamer1.0-plugins-ugly (MP3 format)

    gstreamer1.0-plugins-bad (AAC, m4a format)

    Notice: The recorder now requires Gstreamer 1.0.

    Notice also:
    Fluendo's gstreamer0.10-fluendo-mp3 package provides MP3-playback, but it has no recording capabilities. Playback only.

    ---
    Start the program from Applications -> Sound & Video menu or search for it in the Dash (audio....).
    Or start it from the command line:
    audio-recorder
    Mabe try
    Code:
    sudo apt-get purge gstreamer0.10-fluendo-mp3
    reboot and see if that fixes it....
    Last edited by robert shearer; March 24th, 2013 at 09:52 AM.

  6. #6
    Join Date
    Mar 2013
    Beans
    4

    Re: Audio Recorder will not give option to record as MP3

    Thanks Robert Shearer! The information to wrote helped me figure it out. The program I am using is actually the same audio recorder that you are talking about. I noticed at towards the bottom of your post it said

    Notice: The recorder now requires Gstreamer 1.0.

    So I purged the old gstreamer version

    sudo apt-get purge gstreamer0.10-plugins-ugly

    and installed the new copy of 1.0

    sudo apt-get install gstreamer1.0-plugins-ugly

    and it works perfectly now.

    Thank you so much because I would have never thought to look for the updated version 1.0

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
  •