浏览文章
文章信息
PHP 安装 php-ffmpeg扩展
13245
1、下载http://ffmpeg.org/download.html
git clone https://github.com/nilsringersma/ffmpeg-php ffmpeg2、解压
cd ffmpeg3、运行 phpize
/www/server/php/74/bin/phpize4、配置
./configure --with-php-config=/www/server/php/74/bin/php-config --enable-skip-gd-check5、安装
make&&make install