Installing FFmpeg on CentOS 5.x

Installing FFmpeg on CentOS 5.x

Installing FFmpeg on CentOS 5.x 1920 1091 Border Crossing UX

To install FFmpeg on CentOS 5.x follow the steps detailed in the following post:

  1. Configure RPMForge so the installation passes GPG key check. See RPMForge website for more details
  2. Create a new repo difinition with: nano -w /etc/yum.repos.d/dag.repo
  3. Insert the following into the newly created file:
    
    [dag]
    name=Dag RPM Repository for Red Hat Enterprise Linux
    baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
    gpgcheck=1
    enabled=1
    
  4. Install ffmpeg: yum install ffmpeg
Back to top