BLOG | JANUARY, 2009 FFMPEG on Red Hat Enterprise 4 (RHEL4)by Mike I based my setup guide on the Austin Constable's blog post. My version contains some tweaks that I had to make to the original guide in order to get it to work on my server. I hope it helps! Preparation up2date -e ffmpeg x264 faad2 faad2-devel 2. Install the necessary build tools up2date gcc gcc-c++ automake autoconf libtool subversion 3. Install the necessary libraries up2date -u zlib-devel libmad-devel libvorbis-devel libtheora-devel lame-devel faac-devel a52dec-devel xvidcore-devel freetype-devel Compile supporting libraries 1. Setup work area cd ~ 2. Compile and Install faad2 wget http://downloads.sourceforge.net/faac/faad2-2.6.1.tar.gz 3. Compile and install gpac cd .. vi applications/Makefile make 4. Update the links to the shared libs echo '/usr/local/lib/' > /etc/ld.so.conf.d/gapc-1386.conf 5. Compile & Install x264 cd .. Install ffmpeg # You may need to install the subversion client cd .. Done... That was easy! :) |
Mike,
Wow, your first blog post! Thankfully, I speak Robot, so I got it all.
Seriously, though, I'll bet that a bunch of our clients will be interested in info on FFMPEG.
Chris
Mike,
Great post. Made me cry.
Seriously though, does FFMPEG convert formats on the fly? In other words, if a client uploads a .mov file through the CMS can FFMPEG serve it up on the site as an .flv file?
FFMPEG is just the utility to do the conversion and is not currently tied into the NFCMS. The new CMS5 media library feature will have the ability to do conversions in the near future.
I am getting a permission denied in number 3. when I do ./configure
Any thoughts?
Make sure that you are logged in as root. If that doesn't work please post the results of the configure.