It's very hard to install ffmpeg for beginners. I found an easy way to install it. I used an auto installer.
Here is the link:
http://ffmpeginstaller.com/
You don't even have to download anything. You can do everything from the terminal (i used putty)
All you have to do is put this code in the terminal:
This is the article i found it from:
http://thoaimedia.com/how-to-install-ffmpeg-auto-installer-on-centos/
If you need help, reply here. I will try to give you a hand.
.
.
Here is the link:
http://ffmpeginstaller.com/
You don't even have to download anything. You can do everything from the terminal (i used putty)
All you have to do is put this code in the terminal:
Code:
mkdir ~/ffmpeg-packages
cd ~/ffmpeg-packages
wget http://LINKTO NEWEST VERSION HERE
tar -xvzf ffmpeginstaller.8.0.tar.gz
cd ffmpeginstaller.8.0
./install.sh
This is the article i found it from:
http://thoaimedia.com/how-to-install-ffmpeg-auto-installer-on-centos/
If you need help, reply here. I will try to give you a hand.
.
.