Hi.
I've a problem on server with Apache+SuPHP and php.ini per virtualhost.
Global PHP has Safe Mode On
Local PHP has Safe Mode off (se on phpinfo())
I run a test-->
But get this message
Apreciate help
I've a problem on server with Apache+SuPHP and php.ini per virtualhost.
Global PHP has Safe Mode On
Local PHP has Safe Mode off (se on phpinfo())
I run a test-->
Code:
<?php
if (exec('/usr/bin/ffmpeg -i 47.mp4 -acodec aac -ab 128kb -vcodec mpeg4 -b 1220kb -mbd 1 -s 320x180 final_video.mov"'))
{ echo "Success"; }
else { echo "No good"; }
?>
Code:
sh: /usr/local/php/bin/ffmpeg: No such file or directory