Hello,
You can follow the given instructions for installation of FFMPEG :-
1. Go to
http://installers.admin-ahead.com/. Register your server IP.
2. Install Instructions:
Install dialog using yum :-
yum install dialog
Open a screen :-
cd /usr/src
wget
http://scriptmantra.info/scripts/AAS...staller_5.0.6b
chmod +x AAST_ffmpeg_installer_5.0.6b
./AAST_ffmpeg_installer_5.0.6b
Disable safe_mode :-
Put this line inside .htaccess file to turn it OFF:
php_value safe_mode off
If thde above do not work use :-
php_flag safe_mode off
ALSO try substituting the "off" word with: 0
Eg: php_value safe_mode 1