FFmpeg On a cPanel VPS

Status
Not open for further replies.

VPS4Less

Member
13
2012
1
0
I have cPanel VPS and a client has asked for FFmpeg to be installed for a project he is working on.

Iv been wanting this installed for some time but never really got it working.

Anyone got any guides or a FFmpeg cpanel install script? Mainly one that someone has used before so they know it works?

Regards
Rick
 
4 comments
Installing ffmpeg is easy mate
just enter these commands

Tutorial Full
or u can follow

# --------- FFMPEG / Codecs Install ------------#

cd
mkdir ffmpegauto
cd ffmpegauto
wget http://www.bstack.net/repo/ffmpegauto/ffmpegauto_v3.1.zip
unzip ffmpegauto_v3.1.zip
chmod 777 *
./install.sh

# --------- Get Preset Files ---------------------- #

 
Status
Not open for further replies.
Back
Top