<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Byte Forward Blog</title>
	<atom:link href="http://www.byteforward.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.byteforward.com/blog</link>
	<description>Technology Tidbits</description>
	<lastBuildDate>Mon, 05 Jan 2009 03:42:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To Install ffmpeg On Fedora Core 6</title>
		<link>http://www.byteforward.com/blog/?p=3</link>
		<comments>http://www.byteforward.com/blog/?p=3#comments</comments>
		<pubDate>Mon, 05 Jan 2009 03:42:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://byteforward.com/blog/?p=3</guid>
		<description><![CDATA[Here are the steps I followed to successfully install ffmpeg on Fedora Core 6 (FC6). I first started to follow the directions here: Intalling ffmpeg For Drupal And Gallery but on the “configure” command for ffmpeg I got the error: ERROR: libfaad not found So I figured I had to install faad separately. I already [...]]]></description>
			<content:encoded><![CDATA[<p>Here are the steps I followed to successfully install ffmpeg on Fedora Core 6 (FC6).</p>
<p>I first started to follow the directions here:</p>
<p><a href="http://cbutera.wordpress.com/2007/03/27/installing-ffmpeg-for-drupal-and-gallery" target="_blank">Intalling ffmpeg For Drupal And Gallery</a></p>
<p>but on the “configure” command for ffmpeg I got the error:</p>
<p>ERROR: libfaad not found</p>
<p>So I figured I had to install faad separately. I already had faad2-devel via yum following the tutorial above but executing the configure command in the ffmpeg folder didn’t find the library so I hoped downloading it separately would work.</p>
<p>I picked up the latest faad package here:</p>
<p><a href="http://prdownloads.sourceforge.net/faac/" target="_blank">SourceForge</a></p>
<p>And followed this tip to fix the error you encounter during compile:</p>
<p><a href="http://desk.stinkpot.org:8080/tricks/index.php/2007/05/fixing-error-undefined-macro-ac_prog_libtool" target="_blank">fixing error: undefined macro: AC_PROG_LIBTOOL</a></p>
<p>I also executed these yum installs to make sure I had their libraries:</p>
<p>yum install libogg-devel<br />
yum install libvorbis-devel<br />
yum install libncurses-devel<br />
yum install lame<br />
yum install xvid</p>
<p>I put together the following ./configure command, combining what I had seen in the tutorial above and other posts online to attempt to enable as many codecs as possible:</p>
<p>./configure \<br />
–prefix=/usr \<br />
–enable-shared \<br />
–enable-libxvid \<br />
–enable-libmp3lame \<br />
–enable-libfaac \<br />
–enable-libfaad \<br />
–enable-liba52 \<br />
–enable-gpl \<br />
–enable-libvorbis</p>
<p>When I executed this command, however, I found I didn’t have liba52. Again, a yum install of liba52 was either not available or this configure command didn’t find it. I had to install liba52 manually. I found it here:</p>
<p><a href="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/liba52.html" target="_blank">Liba52-0.7.4</a></p>
<p>I followed the installation steps outlined there and liba52 was installed successfully. I then returned to the ffmpeg folder and executed the configure command above. It worked! I finished executing the steps outlined in the original tutorial and ffmpeg was installed successfully! <img class="wp-smiley" src="http://byteforward.com/blog/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.byteforward.com/blog/?feed=rss2&#038;p=3</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

