I am trying to execute FFmpeg from php. I have installed FFmpeg-php, and the extension is in the modules directory and it shows up in phpinfo. FFmpeg is working fine as I can ru
I just had the same issue (ffmpeg not running through exec/system)
I sorted it by using /usr/bin/ffmpeg instead of just ffmpeg
/usr/bin/ffmpeg
ffmpeg