Facebook Twitter Instagram
    WiredRevolution.com
    • Home
    • About
    • Contact Us
    • Essential Linux Commands
    • Sitemap
    Facebook Twitter Instagram
    WiredRevolution.com
    red hat

    Install FFmpeg on RHEL 5 or CentOS 5

    RyanBy RyanJanuary 18, 2012Updated:September 19, 20122 Comments1 Min Read
    Facebook Twitter Pinterest LinkedIn Reddit WhatsApp Email

    FFmpeg contains a number of tools to record, convert, stream and play multimedia content. The following tutorial will guide you through the installation of FFmpeg on either RHEL 5 or CentOS 5. I have chosen running on CentOS but it shouldn’t make a difference either way. Lets get started!

    Adding the DAG repository

    The first thing that you need to do is set up the DAG repository. This repository contains a large amount of very handy packages not available in the default repositories.

    Add the following lines to: /etc/yum.repos.d/CentOS-Base.repo
    [dag]
    name=DAG RPM Repository
    baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
    gpgcheck=1
    enabled=1

    Now you need to add DAG’s GPG key. Without this you will get the following error message when attempting to use it with yum.

    warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID 6b8d79e6
    Public key for faac.x86_64.1.26-1.el5.rf.rpm is not installed

    Import the GPG key:
    rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt

    This next step is not necessary, but if you encounter any problems you may want to try updating your system.
    $ sudo yum update

    Install FFmpeg

    $ sudo yum install ffmpeg

    That should be it.

    Share. Facebook Twitter Pinterest LinkedIn WhatsApp Reddit Email
    Previous ArticleEnable the backspace key in VIM
    Next Article Fix slow sendmail and sm-client startup at boot

    Related Posts

    Install Virtualbox on Ubuntu 12.10: the missing kernel module fix

    YouTube Begins Transcoding All Video to WEBM

    GNOME 3 Featuring Gnome Shell is Released

    Most Commented
    March 12, 2009

    Fix blue tinted video in Ubuntu

    September 10, 2010

    Setup SSH access between VirtualBox Host and Guest VMs

    March 8, 2011

    Install GNOME Shell in Ubuntu 10.10 Maverick

    April 4, 2009

    Setup the PS3 Bluetooth Controller on Ubuntu

    October 22, 2008

    How to correctly use LD_LIBRARY_PATH

    Recent Comments
    • Execute command on linux virtual machine (or server) from windows commandline on Setup SSH access between VirtualBox Host and Guest VMs
    • Solved: How to SSH to a VirtualBox guest externally through a host? - Daily Developer Blog on Setup SSH access between VirtualBox Host and Guest VMs
    • How to SSH to a VirtualBox guest externally through a host? [closed] – Code D3 on Setup SSH access between VirtualBox Host and Guest VMs
    • How to copy and paste from VirtualBox? [duplicate] on Setup SSH access between VirtualBox Host and Guest VMs
    • Jackie Laguna on Fix OpenGL: ChoosePixelFormat SketchUp error in WINE
    © 2025 ThemeSphere. Designed by ThemeSphere.

    Type above and press Enter to search. Press Esc to cancel.