Page 5 of 5 FirstFirst ... 345
Results 41 to 45 of 45

Thread: 14.04: Audacity does not work with FFMpeg anymore

  1. #41
    Join Date
    Jun 2007
    Beans
    14,789

    Re: 14.04: Audacity does not work with FFMpeg anymore

    Quote Originally Posted by robi-hipnos View Post
    Andrew, we mostly use FFMpeg to import audio files sent to us from different sources. Most of them are in AAC (video sources), WMA (dictation devices) and some recordings made on mobile phones which I think is AMR. After editing in Audacity, we export them to MP3 and OGG.
    Yeah, if that's the case, then you're already doing lossy->lossy conversion and I agree that you should just convert the file to desired format before importing into Audacity.

  2. #42
    Join Date
    Sep 2006
    Location
    California
    Beans
    1,325
    Distro
    Xubuntu

    Re: 14.04: Audacity does not work with FFMpeg anymore

    Compiled from source, but no luck. Still getting the same error: "Audacity cannot open this type of file", a file which I can open just fine with Audacity on my Windows box, as well as on my other Ubuntu machine still running 13.10.
    “Men are born ignorant, not stupid. They are made stupid by education.” -- Bertrand Russell

  3. #43
    Join Date
    Dec 2006
    Beans
    7,349

    Re: 14.04: Audacity does not work with FFMpeg anymore

    Quote Originally Posted by ricardisimo View Post
    Compiled from source, but no luck. Still getting the same error: "Audacity cannot open this type of file", a file which I can open just fine with Audacity on my Windows box, as well as on my other Ubuntu machine still running 13.10.
    You followed my guide?
    You think that's air you're breathing now?

  4. #44
    Join Date
    May 2011
    Beans
    3

    Re: 14.04: Audacity does not work with FFMpeg anymore

    For those that are having trouble compiling their own Audacity/ffmpeg/libav, I've put together a tarball with the required binary and libraries. You can get it like this (64-bit only at the moment):

    sudo apt-get install audacity libavformat-extra-54 libavcodec-extra-54 libavutil-extra-52
    wget http://andere.maartenbaert.be/audacity-static.tar.gz
    tar -xzf audacity-static.tar.gz
    cd audacity-static
    ./check-libs
    ./run-audacity

    This tarball doesn't include all libraries and files, just the ones that are missing on Ubuntu. That's why you have to install audacity and libav first. Other than that, these commands don't modify your system, all extra libraries stay in the folder 'audacity-static', so you don't have to worry about breaking something.

    If someone needs a 32-bit version, I can create that as well. The binary/libraries were copied from Arch Linux which solved this problem long ago by packaging an older version of ffmpeg as a separate package (just for Audacity).
    Last edited by Maarten Baert; April 30th, 2014 at 02:17 AM. Reason: Fix newlines

  5. #45
    Join Date
    Aug 2013
    Beans
    25

    Re: 14.04: Audacity does not work with FFMpeg anymore

    Whoa Maarteen! Thanks for that! I guess this will be very handy when installing multiple machines.

Page 5 of 5 FirstFirst ... 345

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
  •