cPanel/WHM How to Install FFMPEG Auto Installer

Status
Not open for further replies.

bigstorage

Member
15
2016
0
0
FFMPEG Auto Installer

ffmpeginstaller is a free software completely written in bash shell script. The purpose of this script is to build a video streaming platform in your Gnu/Linux server. So you can start video streaming websites and avoid the cost of installations. This script not only install ffmpeg but also all its friends packages.

You can chose this script for building platform for most of the youtube clone softwares like clip-shre, sharemixer,shareigniter,etc,.

Requirements:


a) Must be a Linux/Unix/POSIX server
b) Must need root shell(bash) access
c) Must need 200 MB of free space in your server

Check if yum in installed or not in the server. If there is no yum, please make sure automake,autoconf and libtools are installed.It is reccommend to configure the distribution specific yum.

Installation:
1. Login to your server and download the file


Code:

wget http://mirror.ffmpeginstaller.com/old/scripts/ffmpeg8/ffmpeginstaller.8.0.tar.gz



2. Extract the file

Code:

tar -xvzf ffmpeginstaller.8.0.tar.gz


3. Change the directory to ffmpeginstaller

Code:

cd ffmpeginstaller.8.0



4. Now execute the install.sh file

Code:

./install.sh


5. Wait till installation is completed as well as follow all other instructions given at the time of installation
 
3 comments
We have tested this script on CentOS 6 and its works fine , the script also installs other FFMPEG module that are required. However for FFMPEG-PHP you will have to manually download the source file from sourceforge and compile it manually.
 
Well my case is different if you have errors when finalizing....Installation of FFMPEG ........Completed
FFMPEG Installation Failef :( , please contact professional support sales......
How can resolve that need support please
 
Status
Not open for further replies.
Back
Top