摘要 ffmpeg

https://blog.csdn.net/a9925/article/details/80334700
https://github.com/PHP-FFMpeg/PHP-FFMpeg/
https://blog.jam00.com/article/info/24.html

请在 php.ini 中开启这两个函数proc_open,proc_get_status。
找到 disable_functions 将里面的这两个函数去掉就行了
使用这个函数必须先开启。首先是 要关掉 安全模式 safe_mode = off。然后在看看 禁用函数列表
disable_functions = proc_open, popen, exec, system, shell_exec, passthru

另一个过时插件ffprobe
https://sourceforge.net/projects/ffmpeg-php/
他的新的开源
https://github.com/char0n/ffmpeg-php/

点赞

发表评论

电子邮件地址不会被公开。必填项已用 * 标注