Installing FFmpeg on CentOS 5.x
Thursday, August 21st, 2008 by The BCM Team
- Configure RPMForge so the installation passes GPG key check. See RPMForge website for more details
- Create a new repo difinition with:
nano -w /etc/yum.repos.d/dag.repo
- 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
- Install ffmpeg:
yum install ffmpeg
Tags: centos, FFmpeg, Hosting & Infrastructure, install, Linux, rpmforge
Categories: Hosting & Infrastructure, Online Video, Operating Systems, Software
Comments: No Comments »