Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Compression Techniques libraries like libfaac and lame not present after install

  • libraries like libfaac and lame not present after install

    Posted by Marco Berger on May 24, 2011 at 4:25 pm

    Hay!

    For two weeks now I’ve been trying to fix that problem. I installed all the libraries and codecs, put them in the configure command and it does not return an error so they were found and all is ok.

    Then I compile, still everything ok.

    When ffmpeg is installed, I can compress videos and all, but some libraries are not there (that I installed) like mp3lame, libfaac, libvpx, etc.

    Using ffmpeg 0.7 with Linux 2.6, 64bits processor

    Thanks for any help

    Marco Berger replied 15 years, 2 months ago 2 Members · 2 Replies
  • 2 Replies
  • Michael Rampe

    May 24, 2011 at 10:12 pm

    [MArco Berger] “I installed all the libraries and codecs, put them in the configure command and it does not return an error so they were found and all is ok.

    Then I compile, still everything ok.”

    These need to be enabled in the configure line (–enable-libx264 –enable-libmp3lame –enable-libfaac) along with –enable-nonfree. Post you FFmpeg configure flags (output from terminal) and I will take a look.

    Michael

  • Marco Berger

    May 25, 2011 at 1:14 pm

    My configure line was as follw:
    ./configure –prefix=/usr –libdir=/usr/lib64 –mandir=/usr/share/man –disable-avisynth –enable-avfilter –enable-libfaac –enable-libgsm –enable-libmp3lame –enable-libopencore-amrnb –enable-libopencore-amrwb –enable-libx264 –enable-gpl –enable-nonfree –enable-postproc –enable-pthreads –enable-shared –enable-swscale –enable-vdpau –enable-version3 –enable-x11grab –enable-libvorbis –enable-libvpx –enable-libtheora –enable-libdirac

    But I found “a” solution. Using ffmpeg auto-installer, one command and everything is ok. Much simpler.
    I tried running ./configure again just to show you, but it produces nothing in the console, maybe because it is now installed right.

    Thanks anyway!

    Marco

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy