I want to install ffmpeg, mplayer, mencoder and its other modules.. is there any simple way to install all these on a fresh centOS with cpanel ?? i ve tried many tutorials which i found on the web, none worked as i always encountered lots of errors. please help me
@^ thanks, i am looking into it, i am not able to find a install documentation though. can you help me?
Login to root. wget http://mirror.ffmpeginstaller.com/old/scripts/ffmpeg6/ffmpeginstaller.6.3.tar.gz tar -xf ffmpeginstaller.6.3.tar.gz cd ffmpeginstaller.6.3 ./install Code (markup): If you're still having problems, please let me know.
Just download tar.gz file from here http://www.ffmpeginstaller.com/download/ Extract it using tar -zxvf ffmpeginstaller.6.3.tar.gz and change your current directory to ffmpeginstaller and then run installation script using sh command. There is Read me file available.