Install ffmpeg on centOS (via free4your’s Blog)

FFMPEG is good if you don’t mind using the command line. I actually have some settings that I discovered last year on this blog that produce HD quality.

first, u need to install this dependencies : # yum install gcc gcc-cpp gcc-c++ #yum install subversion # yum install ruby # yum install ncurses-devel 1. Create a directory to for source file compilations cd /usr/local/src mkdir ffmpeg cd ffmpeg 2. Get all the source files wget http://www3.mplayerhq.hu/MPlayer/releases/codecs/essential-20061022.tar.bz2 wget http://rubyforge.org/frs/download.php/9225/flvtool2_1.0.5_rc6.tgz wget http://easynews.dl.s … Read More

via free4your's Blog

Share

Post a comment