Author Topic: ffmpeg enable shell_exec()  (Read 3504 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
ffmpeg enable shell_exec()
« on: January 09, 2021, 04:24:44 PM »
I want to enable shell_exec() in ffmpeg. I checked in php.ini disabled_functions. It is not related with ffmpeg.

Offline
*
Re: ffmpeg enable shell_exec()
« Reply #1 on: March 19, 2021, 08:00:08 PM »
It sounds like you run some .php script and the script runs the ffmpeg binary using shell_exec() causing the error "shell_exec disabled".  Am I right ? If so do you run the script assocaited woth your website (http://domain.com/script.php) or over CWP (https://xx.xx.xx.xx.:2083/cwp_xxxxx/username/?module=somemodule) ?

Could you please provide more details about the problem ?