Search results for: ffmpeg

Mar 29

How to install FFMPEG and FFMPEG-php on Linux

1) root# nano /etc/yum.repos.d/dag.repo Open the file add following lines. [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 2) root# nano /etc/ld.so.conf Add following line /usr/local/lib 3) root# root# ldconfig -v 4) root# yum install ffmpeg 5) root# yum install ffmpeg-devel 6) Chech FFMPEG installation path. root# which ffmpeg Common Errors …

Continue reading »