浏览文章

文章信息

PHP 安装 php-ffmpeg扩展 13245

1、下载http://ffmpeg.org/download.html

git clone https://github.com/nilsringersma/ffmpeg-php ffmpeg

2、解压

cd ffmpeg

3、运行 phpize

/www/server/php/74/bin/phpize

4、配置

./configure --with-php-config=/www/server/php/74/bin/php-config --enable-skip-gd-check

5、安装

make&&make install


原创