Ffmeg nasıl kurulur?Yardım Talebi. |
2 Mesajlar | 501 Okunma |
rpm --import http://packages.atrpms.net/RPM-GPG-KEY.atrpms
rpm -ivh http://dl.atrpms.net/all/atrpms-repo-6-7.el6.x86_64.rpm
rpm -Uvh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
yum -y --enablerepo=atrpms install ffmpeg ffmpeg-devel
yum -y install git
git clone https://github.com/tony2001/ffmpeg-php.git
cd ffmpeg-php
phpize
./configure
make
make install
cp /usr/local/lib/php.ini /usr/local/lib/php.ini.backup
echo "extension=ffmpeg.so" >> /usr/local/lib/php.ini
service httpd restart