Install FFmpeg 2.6.3 on Ubuntu/Debian/Fedora

Source: Internet
Author: User
Tags linux mint

Install FFmpeg 2.6.3 on Ubuntu/Debian/Fedora

FFmpeg is a popular multimedia framework that can be used to record, convert digital audio, video, and convert it into an open-source computer program of stream. Use the LGPL or GPL license. It provides a complete solution for recording, conversion, and streaming audio and video. It contains a very advanced audio/video codec library libavcodec. To ensure high portability and codec quality, many codec libraries in libavcodec are developed from scratch.

It is also worth noting that ffmpeg provides FFmpeg and ffserver stream tools for converting multimedia files based on SDL and FFmpeg libraries and ffprobe multimedia code stream analyzer ffplay media players.
The latest version is ffmpeg 2.6.3 "Grothendieck". The library has been updated, including libavutil 54, 20.100, libavcodec, libavformat 56.25.101, libavdevice 56.4.100, libavfilter 5.11.102, libavresample 2.1.0, 3.1.101 libswscale, libswresample 1.1.100, and libpostproc 53.3.100.

Installation instructions:
This article teaches you how to install the latest ffmpeg version on Ubuntu, Debian, and Fedora, depending on your system.

In Ubuntu 15.04, Ubuntu 14.10, and Ubuntu 14.04 (derivative systems include: Linux Mint 17.1, Linux Mint 17, Pinguy OS 14.04, Elementary OS 0.3, Deepin 2014, Peppermint Five 14.04, Linux Lite, LXLE 2) install ffmpeg in the latest version. The installation command is as follows:

Sudo apt-add-repository ppa: samrog131/ppa
Sudo apt-get update
Sudo apt-get install ffmpeg-real
Sudo ln-sf/opt/ffmpeg/bin/ffmpeg/usr/bin/ffmpeg

Uninstall command:

Sudo apt-get remove ffmpeg
Sudo rm/opt/ffmpeg/bin/ffmpeg/usr/bin/ffmpeg

Debian 8.0 Jessie installation command:

Sudo sh-c 'echo "deb http://www.deb-multimedia.org jessie main">/etc/apt/sources. list'
Sudo apt-get update
Sudo apt-get install deb-multimedia-keyring
Sudo apt-get install ffmpeg

Uninstall command:

Sudo apt-get remove ffmpeg
Sudo rm/opt/ffmpeg/bin/ffmpeg/usr/bin/ffmpeg

Fedora 22 installation command:

Sudo yum install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-22.noarch.rpm
Sudo yum update
Sudo yum install ffmpeg

Download command:

Sudo yum remove ffmpeg

Fedora 21 installation command:

Sudo yum install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-21.noarch.rpm
Sudo yum update
Sudo yum install ffmpeg

Uninstall command:

Sudo yum remove ffmpeg

Compile FFmpeg in Linux to download and compile the source file

Linux compiling and upgrading FFmpeg

Install FFMPEG on CentOS 5.6

Install FFmpeg in Ubuntu

Compile ffmpeg in Ubuntu 12.04

Install FFmpeg 2.2.2 In PPA in Ubuntu 14.04

FFmpeg details: click here
FFmpeg: click here

This article permanently updates the link address:

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.