2010-05-12 85 views
2

Windows服務器上安裝的ffmpeg模塊爲PHP

PHP Fatal error: Class 'ffmpeg_movie not found

我發現有幾個檔案與php_ffmpeg.dll我也有加extension=php_ffmpeg.dll在php.ini中,重新啓動ffmpeg的相關apache的,但沒有顯示出來當檢查phpinfo()

我的服務器運行在Windows上,我需要幫助安裝該庫。

我只是看在error.log中,發現以下行

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

+0

您的DLL庫是否與您的PHP版本兼容? – Rodolphe 2010-05-12 12:01:09

+0

不知道,但我已經嘗試了幾個dll文件...我的php是5.3.1版本 – T1000 2010-05-12 12:03:51

+0

也許嘗試用最新的php5.2 – Rodolphe 2010-05-12 14:44:53

回答

0
  1. 這可能是因爲服務器進程沒有訪問權限的文件
  2. 嘗試在CLI首先,你可以調試,更好地 - 嘗試

$ php -m

列出所有模塊