简体   繁体   English

FFMPEG与PHP 5.3?

[英]FFMPEG with php 5.3?

I was able to create thumbnail via FFMPEG when using PHP 5.2. 使用PHP 5.2时,我可以通过FFMPEG创建缩略图。 Now, I've updated it to PHP 5.3 and the DL() function is not fully compatible. 现在,我已将其更新为PHP 5.3,并且DL()函数不完全兼容。 Is there a way around to load the FFMPEG extension without using the DL() function? 有没有办法在不使用DL()函数的情况下加载FFMPEG扩展?

Yes, through php.ini. 是的,通过php.ini。 The DL function was removed because it was a pretty bad idea™. 删除DL功能是因为它是一个很糟糕的主意。 The syntax is 语法是

extension=your_extension.so

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM