Sentora Support Forums

Full Version: ffmpeg
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
I have installed ffmpeg in sentora, but it doesn't work.
The path that I have installed it in is: /usr/local/bin/ffmpeg
Please help me fix this problem. Thank you.
what do you need for

it is to php ?
I'm working on making a site that converts videos, so I require ffmpeg to do so.
and yes it is to php.
Here are the paths for it, but it still wont connect and work with Sentora:
[root@server ~]# which php ffmpeg mplayer mencoder flvtool2 yamdi MP4Box neroAacEnc mediainfo
/usr/bin/php
/usr/local/bin/ffmpeg
/usr/local/bin/mplayer
/usr/local/bin/mencoder
/usr/bin/flvtool2
/usr/bin/yamdi
/usr/local/bin/MP4Box
/usr/local/bin/neroAacEnc
/usr/bin/mediainfo
I can see on the ffmpeg webpage that it need to use shell_exec

before you can use that on sentora your need to disable open_base

in Module Admin -->Apache Config --> SELECT YOUR domain --> unckeck OpenBase Enabled

Wait about 5 -10 min and try
Thank you very much. It works perfectly. Smile
No This method not worked for me i have to disable both Suhosin and open_base and have to restart server


thanks to this thread

http://forums.sentora.org/showthread.php?tid=1611&pid


(11-10-2015, 09:16 PM)Diablo925 Wrote: [ -> ]I can see on the ffmpeg webpage that it need to use shell_exec

before you can use that on sentora your need to disable open_base

in Module Admin -->Apache Config --> SELECT YOUR domain --> unckeck OpenBase Enabled

Wait about 5 -10 min and try