Hello Guys,
I have this weird issue. I installed FFMPEG modules using ffmpegisntaller's auto installer. It seems that everything is installed. Take a look at following commands/
This shows that ffmpeg is indeed installed. But when any one tries actually using it, it shows that it is not installed. I have ensured that are using the correct path.
Now, I checked in php config, here is the output.
This means php is not using ffmpeg. How can I fix it? Any help would be appreciated.
I have this weird issue. I installed FFMPEG modules using ffmpegisntaller's auto installer. It seems that everything is installed. Take a look at following commands/
Code:
root@server [~]# which ffmpeg
/usr/local/bin/ffmpeg
Now, I checked in php config, here is the output.
Code:
root@server [~]# php -i | grep ffmpeg
root@server [~]#