I am trying to install the ffmpeg extension in WampServer for Windows. I have copied all files in particular folders as described here https://www.jaypan.com/tutorial/installing-ffmpeg-wamp.
But I am getting the following errors in Apache error log and library is not loading in phpinfo()
PHP Warning: PHP Startup: Unable to load dynamic library 'ext/php_ffmpeg.dll' - The specified module could not be found.\r\n in Unknown on line 0
Warning: PHP Startup: Unable to load dynamic library 'ext/php_ffmpeg.dll' - The specified module could not be found. in Unknown on line 0
Why am I getting this error? I tried upgrading PHP version but it has no effect on it.
How can I fix this PHP startup issue?