I am trying to generate a thumbnail with ffmpeg-php, but no command of it works, it always gives an error saying that the class was not found, eg: Fatal error: Class 'ffmpeg_movie' not found.
Using the command if(!extension_loaded("ffmpeg")) exit("Extensão não carregada");
it always says that the extension was not loaded but the wamp shows the extension when I go in PHP > PHP extensions.
I do not know if it could be a problem with the dlls, but I took them from this site: link