How to install ffmpeg on centos 5
Is there someone can tell me step by step an easy way to install all the video codec like ffmpeg on a linux server Cent os 5
i have a full root access on my vps...
i try a lot of tutorial that i found on the web and it never work... i always got error from the server during the installation....
so please someone help me ;)
thx
i use another script for one of my other website... and it need all the other video encoder
And what were you actually trying to install ??
Red5 ? what ..
CyberXing
First of all, edit /etc/yum.repos.d/CentOS-Base.repo and add those lines at bottm of file:
[dag]
name=Dag RPM Repository for Centos
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
enabled=1
Then, run command:
yum install ffmpeg
Or, you can install from svn:
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
cd ffmpeg
./configure --help
add some parameters, like --enable-gpl, --enable-libmp3lame, etc..
make see more
Where is the source code for the ffmpeg.exe that is shipped with the Dolphin software? I'm running on a X86-64 under Linux 2.6 kernel and the supplied binary is a statically linked 2.4 kernel binary - "ray/modules/global/app/ffmpeg.exe: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), statically linked, for GNU/Linux 2.4.1, stripped" is what "file" see more
"The most easy way to install ffmpeg in CentOS is with yum.
First of all, edit /etc/yum.repos.d/CentOS-Base.repo and add those lines at bottm of file:
[dag]
name=Dag RPM Repository for Centos
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
enabled=1
Then, run command:
yum install ffmpeg"
try this page for better results:
http://dag.wieers.com/rpm/FAQ.php#B
Thanks,
Zine
http://myrealityvirtual.com