Installing FFmpeg under Linux (CentOS)

Source: Internet
Author: User
Tags gpg

"Memo" Windows environment 20 lines of PHP code to fix audio clipping

The last time I wrote the article on how to operate ffmpeg in the Web under Windows, here is a log of the installation under Linux (CentOS)

First of all: I spent about 1 hours at noon to install it, failed

Then the afternoon to find the company's operations to help install, installed more than 2-3 hours, have not finished, I will return to the seat continue code code ...

In a moment, I said, let me provide a machine to him, he found a quick installation, is reproduced below the content (test available)

See a word, a knowing smile: Online search source compiled ffmpeg, it seems to install so many software packages, the basic is already installed into the schizophrenia and mental breakdown.

============================================== The following content is purely reproduced ================================

21 operation and maintenance, reproduced please indicate the source. http://www.21yunwei.com/archives/4978
A Linux server on the line needs to install the FFmpeg tool for video processing. Online search a variety of ways Yum installed FFmpeg, a variety of plagiarism can not be used, uniform. The basic is with address apt.sw.be. Online search source compiled ffmpeg, it seems to install so many packages, basically is already installed into the schizophrenia and mental breakdown.
After a friend recommended an article and finally found a available Yum source, the test is available. Here to share
1,vi/etc/yum.repo.d/atrpms.repo set the following Yum sources:

  1. [Atrpms]
  2. Name=Red Hat Enterprise Linux $releasever - $basearch - C19>atrpms
  3. Failovermethod= Priority
  4. BaseURL=http://dl.atrpms.net/el$releasever-$basearch/atrpms/stable
  5. Enabled=1
  6. Gpgcheck=0
  7. Gpgkey=file:///etc/pki/rpm-gpg/rpm-gpg-key-atrpms
  8. [163]
  9. Name=163repo
  10. BaseURL=http://mirrors.163.com/centos/6/os/x86_64/
  11. Enabled=1
  12. Gpgcheck=0

2, update yum cache

    1. Yum Clean all && yum makecache

3, installation

    1. Yum install ffmpeg -y

Installation done.

Reprint Please specify: 21 operation? Installing FFmpeg tools with Yum under Linux (CentOS)

Installing FFmpeg under Linux (CentOS)

Related Article

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.