Quote Originally Posted by skinner View Post
Yes I have installed ffmeg from yum, but I have centos i686 not x64, maybe your mtn is for x64..
I think the binary is for i386... Maybe it runs on both (like rar/unrar binary works for both 32 and 64 bit versions.


Quote Originally Posted by warezrock View Post
well i have my own VPS.Can you pm me the commands to install ffmpeg on Centos 5 32bit ??
Here is the simple version of it
Code: 
yum update -y
rpm -ivh http://apt.sw.be/redhat/el5/en/i386/RPMS.dag/rpmforge-release-0.5.1-1.el5.rf.i386.rpm
rpm --import http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt
yum install ffmpeg -y