在Windows服务器上安装php的ffmpeg模块

I got

PHP Fatal error: Class 'ffmpeg_movie not found

I found several archives with php_ffmpeg.dll also I have add extension=php_ffmpeg.dll in php.ini, restart the apache but nothing related with ffmpeg shows up when check phpinfo()

My server is running on Windows and I need help with installing that library.

I just look in error.log and found following line

PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_ffmpeg.dll' - The specified module could not be found. in Unknown on line 0 but the dll file is there

  1. It may be that the server process does not have access rights to the file
  2. Try it on cli first, you can debug that better - try

$ php -m

to list all modules