14. PHP-ffmped
페이지 정보
작성자 관리자 댓글 0건 조회 4,219회 작성일 21-06-21 23:32본문
14. PHP-ffmped
1. 리눅스(Centos 7.6) FFMPEG 설치하는 명령어 (yum)
yum -y install epel-release
rpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro
rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm
yum -y install ffmpeg ffmpeg-devel
yum -y install php-devel
yum install re2c
yum install gd-devel
2. php-ffmpeg 라이브러리 설치
[root@www ~]# wget http://downloads.sourceforge.net/project/ffmpeg-php/ffmpeg-php/0.6.0/ffmpeg-php-0.6.0.tbz2
[root@www ~]# tar -xjf ffmpeg-php-0.6.0.tbz2
[root@www ~]# cd ffmpeg-php-0.6.0/
[root@www ffmpeg-php-0.6.0]# phpize
[root@www ffmpeg-php-0.6.0]# ./configure && make
cp -r /usr/include/ffmpeg/lib* /usr/include/
./configure --with-php-config=/usr/bin/php-config
make
참고사이트
댓글목록
등록된 댓글이 없습니다.