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这两个函数去掉
Ubuntu 18.04 安装 FFmpeg https://learnku.com/articles/59583
相关参考:
https://www.cnblogs.com/peteremperor/p/6477743.html