php-ffmpeg 是一个php操作视频/音频文件的类库。
GitHub地址:https://github.com/PHP-FFMpeg/PHP-FFMpeg/
https://getcomposer.org/
使用composer快速安装:composer require php-ffmpeg/php-ffmpeg
注意:需要在php.ini中的disable_functions ,将里面的proc_open、proc_get_status这两个函数去掉
bt安装 PHP-FFMpeg https://blog.csdn.net/ucmir183/article/details/108278278
Ubuntu 18.04 安装 FFmpeg https://learnku.com/articles/59583
相关参考:
https://www.cnblogs.com/peteremperor/p/6477743.html
在宝塔面板安装php5.6的ffmpeg-php扩展
http://gaowenjie.cc/2020/04/15/%E5%9C%A8%E5%AE%9D%E5%A1%94%E9%9D%A2%E6%9D%BF%E5%AE%89%E8%A3%85php5-6%E7%9A%84ffmpeg-php%E6%89%A9%E5%B1%95/