Well today i was trying to install ffmpeg at kloxo and found that it requires a lot of libs and is time consuming, so I thought of creating an autoinstaller for ffmpeg.
Installation Instruction:
wget "https://raw.githubusercontent.com/itseasy21/auto-ffmpeg/master/install-ffmpeg.sh" -O /root/install-ffmpeg.sh && chmod +x /root/install-ffmpeg.sh
sh /root/install-ffmpeg.sh
You must run this code as root.
This has been fully tested with CentOS 6+ and Kloxo-MR 6.5 w/PHP 5.4 + Apache
if you find any bugs please report here:
https://github.com/itseasy21/auto-ffmpeg