Install ffmpeg problem

hello

i have installed ffmpeg using this… apt install ffmpeg

installed ok without error.

here is ffmpeg version …

but when im check the domain where i need it phpinfo. not showing ffmpeg install or not. how to enable it for php 7.4 … (im using multiple php version.)

please help me thanks

exec() and similars are disabled for security reasons.
Check disable_functions in /etc/php/*/fpm/php.ini.

Do the same for proc_open…

1 Like

thank you