How to install FFmpeg under Linux

Source: Internet
Author: User
Tags bz2

1, lame
Lame-3.97.tar.gz
URL:http://sourceforge.net/project/showfiles.php?group_id=290&package_id=309
The installation method is as follows:

 
    1. TAR-ZXVF lame-3.97. tar.gz
    2. CD lame-3.97
    3. ./configure--enable-shared--prefix=/usr
    4. Make
    5. Make install



2, Libogg
Libogg-1.1.3.tar.gz
URL:http://downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz
The installation method is as follows:

 
    1. ./configure--PREFIX=/USR
    2. Make
    3. Make install



3, Libvorbis
Libvorbis-1.1.2.tar.gz
URL:http://downloads.xiph.org/releases/vorbis/libvorbis-1.1.2.tar.gz
The installation method is as follows:

 
    1. ./configure--PREFIX=/USR
    2. Make
    3. Make install



4, XviD
Xvidcore-1.1.3.tar.gz
URL:http://downloads.xvid.org/downloads/xvidcore-1.1.3.tar.gz
The installation method is as follows:

 
    1. Tar zvxf xvidcore-1.1. 3. tar.gz
    2. CD xvidcore-1.1. 3/build/generic
    3. ./configure--PREFIX=/USR
    4. Make
    5. Make install



5, x264
x264-snapshot-20071107-2245.tar.bz2
URL:http://www.videolan.org/developers/x264.html
ftp://ftp.videolan.org/pub/videolan/x264/snapshots/
The installation method is as follows:

 
    1. BUNZIP2 x264-snapshot-20070913-2245. tar.bz2
    2. Tar xvf x264-snapshot-20070913-2245. Tar
    3. ./configure--PREFIX=/USR--enable-shared
    4. Make
    5. Make install



6, Libdts
Libdts-0.0.2.tar.gz
[url]http://download.videolan.org/pub/videolan/libdca/0.0.2/libdca-0.0.2.tar.gz [/URL]
Installation method:

 
    1. Tar zxvf libdts-0.0. 2. tar.gz
    2. CD libdts-0.0. 2
    3. ./configure--PREFIX=/USR
    4. Make
    5. Make install



7, A52
A52dec-0.7.4.tar.gz
http://liba52.sourceforge.net/downloads.html
Installation method:

 
    1. ./configure--PREFIX=/USR
    2. Make
    3. Make install



8, Faad2
Faad2-2.6.1.tar.gz
http://www.audiocoding.com/downloads.html
Installation method

 
    1. Autoreconf-vif
    2. ./configure--prefix=/usr--with-mp4v2--enable-shared
    3. Make
    4. Make install



9, FAAC
Faac-1.26.tar.gz
http://Linux. softpedia.com/progdownload/faac-download-554.html
Installation method:

 
    1. Tar zxvf faac-1.26. tar.gz
    2. CD FAAC
    3. ./bootstrap
    4. ./configure--PREFIX=/USR
    5. Make
    6. Make install



10, AMR-NB
amrnb-6.1.0.4.tar.bz2
http://ftp.penguin.cz/pub/users/utx/amr/amrnb-6.1.0.4.tar.bz2
Installation method:

 
    1. ./configure--PREFIX=/USR
    2. Make
    3. Make install



11, AMR-WB
amrwb-7.0.0.1.tar.bz2
http://ftp.penguin.cz/pub/users/utx/amr/amrwb-7.0.0.1.tar.bz2
Installation method:

 
    1. ./configure--PREFIX=/USR
    2. Make
    3. Make install



12, Lib52
A52dec-0.7.4.tar.gz
http://liba52.sourceforge.net/downloads.html

If everything goes well in front of the installation, congratulations, you can install ffmpeg .

Installing ffmpeg

 
      1. ./configure--prefix=/usr--ENABLE-GPL--enable-shared--enable-libmp3lame--enable-libogg--enable-libvorbis-- ENABLE-LIBAMR-NB--enable-libamr-wb--enable-libxvid--enable-libx264--enable-liba52--enable-liba52bin-- ENABLE-LIBFAAC--enable-libfaad--enable-libfaadbin--enable-pp--enable-pthreads--disable-ffserver-- Disable-ffplay
      2. Make
      3. Make install

How to install FFmpeg under Linux

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.