<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: A Robust FFMPEG Install for CentOS 5</title>
	<atom:link href="http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/</link>
	<description>my digital life by gregory tomlinson</description>
	<lastBuildDate>Sat, 06 Mar 2010 19:52:32 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: My Next Big Thing &#171; Encoded</title>
		<link>http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/comment-page-1/#comment-1966</link>
		<dc:creator>My Next Big Thing &#171; Encoded</dc:creator>
		<pubDate>Tue, 17 Nov 2009 04:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/#comment-1966</guid>
		<description>[...] for the first few months, but I hope to put together more tutorials like my extremely popular ffmpeg install post by the first of the year.     &#187; Follow me on Twitter!          blog comments powered by [...]</description>
		<content:encoded><![CDATA[<p>[...] for the first few months, but I hope to put together more tutorials like my extremely popular ffmpeg install post by the first of the year.     &raquo; Follow me on Twitter!          blog comments powered by [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Name</title>
		<link>http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/comment-page-1/#comment-1932</link>
		<dc:creator>Name</dc:creator>
		<pubDate>Wed, 07 Oct 2009 08:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/#comment-1932</guid>
		<description>I had the same problem (&#039;-lgpac_static&#039; not found).&lt;br&gt;&lt;br&gt;Go to this site:&lt;br&gt;&lt;a href=&quot;http://www.austenconstable.com/tag/centos/&quot; rel=&quot;nofollow&quot;&gt;http://www.austenconstable.com/tag/centos/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Scroll down to &#039;2. Compile &amp; Install GPAC&#039;.&lt;br&gt;&lt;br&gt;Before running ./configure give permission:&lt;br&gt;chmod 777 ./configure</description>
		<content:encoded><![CDATA[<p>I had the same problem (&#39;-lgpac_static&#39; not found).</p>
<p>Go to this site:<br /><a href="http://www.austenconstable.com/tag/centos/" rel="nofollow">http://www.austenconstable.com/tag/centos/</a></p>
<p>Scroll down to &#39;2. Compile &#038; Install GPAC&#39;.</p>
<p>Before running ./configure give permission:<br />chmod 777 ./configure</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rea</title>
		<link>http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/comment-page-1/#comment-1813</link>
		<dc:creator>rea</dc:creator>
		<pubDate>Wed, 17 Jun 2009 22:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/#comment-1813</guid>
		<description>codec:$ ./configure --enable-mp4-output --enable-shared --enable-pthread&lt;br&gt;codec:$ make &amp;&amp; make install&lt;br&gt;&lt;br&gt;/usr/bin/ld: cannot find -lgpac_static&lt;br&gt;&lt;br&gt;I took this error what can I do for solve</description>
		<content:encoded><![CDATA[<p>codec:$ ./configure &#8211;enable-mp4-output &#8211;enable-shared &#8211;enable-pthread<br />codec:$ make &#038;&#038; make install</p>
<p>/usr/bin/ld: cannot find -lgpac_static</p>
<p>I took this error what can I do for solve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: artdi</title>
		<link>http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/comment-page-1/#comment-1440</link>
		<dc:creator>artdi</dc:creator>
		<pubDate>Thu, 12 Feb 2009 15:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/#comment-1440</guid>
		<description>For solving the problem with x264 : &lt;br&gt;&lt;br&gt;wget &lt;a href=&quot;http://kernel.org/pub/software/scm/git/git-1.6.1.tar.gz&quot; rel=&quot;nofollow&quot;&gt;http://kernel.org/pub/software/scm/git/git-1.6....&lt;/a&gt;&lt;br&gt;tar xvfz git-1.6.1.tar.gz&lt;br&gt;cd git-1.6.1&lt;br&gt;git clone git://git.videolan.org/x264.git&lt;br&gt;cd x264&lt;br&gt;./configure --enable-shared --prefix=/usr &amp;&amp; make &amp;&amp; sudo make install</description>
		<content:encoded><![CDATA[<p>For solving the problem with x264 : </p>
<p>wget <a href="http://kernel.org/pub/software/scm/git/git-1.6.1.tar.gz" rel="nofollow"></a><a href="http://kernel.org/pub/software/scm/git/git-1.6..." rel="nofollow">http://kernel.org/pub/software/scm/git/git-1.6&#8230;</a>.<br />tar xvfz git-1.6.1.tar.gz<br />cd git-1.6.1<br />git clone git://git.videolan.org/x264.git<br />cd x264<br />./configure &#8211;enable-shared &#8211;prefix=/usr &#038;&#038; make &#038;&#038; sudo make install</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: B00MER</title>
		<link>http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/comment-page-1/#comment-1420</link>
		<dc:creator>B00MER</dc:creator>
		<pubDate>Thu, 22 Jan 2009 22:30:16 +0000</pubDate>
		<guid isPermaLink="false">http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/#comment-1420</guid>
		<description>This walk through was a life saver.  I was using yum to install ffmpeg, however working with an Axis IP Camera that supports H.264 was not in the proper container, and yum was only using --enable x264 and NOT --enable libx264, after using this guide and recompiling all of the dependencies. I finally was able to get the files into a proper container and are now able to play the files generated back in the Flash Player with H.264 support. Thanks!&lt;br&gt;&lt;br&gt;Btw, I did run into one issue with the libx264 that is listed wasn&#039;t a proper version for the other dependencies but simply grabbed a more recent snapshot and all was gravy. thanks again.</description>
		<content:encoded><![CDATA[<p>This walk through was a life saver.  I was using yum to install ffmpeg, however working with an Axis IP Camera that supports H.264 was not in the proper container, and yum was only using &#8211;enable x264 and NOT &#8211;enable libx264, after using this guide and recompiling all of the dependencies. I finally was able to get the files into a proper container and are now able to play the files generated back in the Flash Player with H.264 support. Thanks!</p>
<p>Btw, I did run into one issue with the libx264 that is listed wasn&#39;t a proper version for the other dependencies but simply grabbed a more recent snapshot and all was gravy. thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gregory</title>
		<link>http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/comment-page-1/#comment-1401</link>
		<dc:creator>gregory</dc:creator>
		<pubDate>Mon, 29 Dec 2008 17:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/#comment-1401</guid>
		<description>@john&lt;br&gt;&lt;br&gt;no, sorry I haven&#039;t tried installing MOC. If it works with FFMPEG and you used the build above you might have issues with some of the missing audio codecs. Also, ffplay and ffserver are disabled in the above instructions.&lt;br&gt;&lt;br&gt;I&#039;m not sure what your specific issue is, but perhaps you just need to declare some flags to enable specific features in the ./configure</description>
		<content:encoded><![CDATA[<p>@john</p>
<p>no, sorry I haven&#39;t tried installing MOC. If it works with FFMPEG and you used the build above you might have issues with some of the missing audio codecs. Also, ffplay and ffserver are disabled in the above instructions.</p>
<p>I&#39;m not sure what your specific issue is, but perhaps you just need to declare some flags to enable specific features in the ./configure</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/comment-page-1/#comment-1391</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Sun, 21 Dec 2008 07:57:43 +0000</pubDate>
		<guid isPermaLink="false">http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/#comment-1391</guid>
		<description>okay fixed the previous problem. i followedArtem Russakovskii &#039;s advice in the comments above.

i typed ldconfig in x264 directory after the make.

and it works.....</description>
		<content:encoded><![CDATA[<p>okay fixed the previous problem. i followedArtem Russakovskii &#8217;s advice in the comments above.</p>
<p>i typed ldconfig in x264 directory after the make.</p>
<p>and it works&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/comment-page-1/#comment-1390</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Sun, 21 Dec 2008 07:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/#comment-1390</guid>
		<description>okay everything is good till i get to compiling ffmpeg.

it says i need x264 that has version bigger than 0.65

i just dl&#039;ed the latest snapshot. how could this be ?</description>
		<content:encoded><![CDATA[<p>okay everything is good till i get to compiling ffmpeg.</p>
<p>it says i need x264 that has version bigger than 0.65</p>
<p>i just dl&#8217;ed the latest snapshot. how could this be ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/comment-page-1/#comment-1357</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 28 Nov 2008 17:32:40 +0000</pubDate>
		<guid isPermaLink="false">http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/#comment-1357</guid>
		<description>Gregory,

Have you tried to install the player called MOC (Music on console) development version 2.5.0.alpha3???
I am asking you because i try to do that and i have problems with its decoder plugins
(when i compile moc, i.e. i do a ./configure, at the end it says: 
----------------------------------------------------------------
MOC will be compiled with:
Decoder plugins:   
OSS:               yes
ALSA:              no
JACK:              no
DEBUG:             yes
RCC:               no
Network streams:   yes
Resampling:        no

----------------------------------------------------------------</description>
		<content:encoded><![CDATA[<p>Gregory,</p>
<p>Have you tried to install the player called MOC (Music on console) development version 2.5.0.alpha3???<br />
I am asking you because i try to do that and i have problems with its decoder plugins<br />
(when i compile moc, i.e. i do a ./configure, at the end it says:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
MOC will be compiled with:<br />
Decoder plugins:<br />
OSS:               yes<br />
ALSA:              no<br />
JACK:              no<br />
DEBUG:             yes<br />
RCC:               no<br />
Network streams:   yes<br />
Resampling:        no</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shashank</title>
		<link>http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/comment-page-1/#comment-677</link>
		<dc:creator>shashank</dc:creator>
		<pubDate>Tue, 12 Aug 2008 07:42:37 +0000</pubDate>
		<guid isPermaLink="false">http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/#comment-677</guid>
		<description>Hi guys

i am ona deadline and the time is ticking

I keep getting this error whenever i try to convert a wmv to flv
Unsupported codec (id=0) for input stream #0.1

any help is greatly appreciated

Thank You</description>
		<content:encoded><![CDATA[<p>Hi guys</p>
<p>i am ona deadline and the time is ticking</p>
<p>I keep getting this error whenever i try to convert a wmv to flv<br />
Unsupported codec (id=0) for input stream #0.1</p>
<p>any help is greatly appreciated</p>
<p>Thank You</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Instalasi FFMPEG dan Library Pelengkap di CentOS 5 64 bit &#124; Artikel Magnet</title>
		<link>http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/comment-page-1/#comment-667</link>
		<dc:creator>Instalasi FFMPEG dan Library Pelengkap di CentOS 5 64 bit &#124; Artikel Magnet</dc:creator>
		<pubDate>Sat, 09 Aug 2008 04:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/#comment-667</guid>
		<description>[...] http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/ http://www.webhostingtalk.com/showthread.php?p=4234345#post4234345 http://mafiascripts.net/index.php?showtopic=8761 http://www.austenconstable.com/2008/08/06/howto-compiling-the-latest-ffmpeg-x264-on-centos-4 http://sourceforge.net/forum/forum.php?thread_id=1950227&amp;forum_id=287546  &#171; Apache 2 dan SSL Instalasi PHPMOTION &#187; [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/" rel="nofollow">http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/</a> <a href="http://www.webhostingtalk.com/showthread.php?p=4234345#post4234345" rel="nofollow">http://www.webhostingtalk.com/showthread.php?p=4234345#post4234345</a> <a href="http://mafiascripts.net/index.php?showtopic=8761" rel="nofollow">http://mafiascripts.net/index.php?showtopic=8761</a> <a href="http://www.austenconstable.com/2008/08/06/howto-compiling-the-latest-ffmpeg-x264-on-centos-4" rel="nofollow">http://www.austenconstable.com/2008/08/06/howto-compiling-the-latest-ffmpeg-x264-on-centos-4</a> <a href="http://sourceforge.net/forum/forum.php?thread_id=1950227&amp;forum_id=287546" rel="nofollow">http://sourceforge.net/forum/forum.php?thread_id=1950227&amp;forum_id=287546</a>  &laquo; Apache 2 dan SSL Instalasi PHPMOTION &raquo; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JORGE ORTEGA</title>
		<link>http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/comment-page-1/#comment-634</link>
		<dc:creator>JORGE ORTEGA</dc:creator>
		<pubDate>Mon, 04 Aug 2008 08:52:20 +0000</pubDate>
		<guid isPermaLink="false">http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/#comment-634</guid>
		<description>First it takes me a lot of more problems and till i arrive here: 

./configure --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-libfaad --enable-swscale --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libdc1394 --enable-liba52 --enable-libfaac --disable-ffserver --disable-ffplay
ERROR: x264 not found
If you think configure made a mistake, make sure you are using the latest
version from SVN.  If the latest version fails, report the problem to the
ffmpeg-user@mplayerhq.hu mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file &quot;config.err&quot; produced by configure as this will help
solving the problem.  


So i am tired to search the solution over the night, i cant find this so i need to find this but i think there is a lack of information in every site including this. 

So i need this to be up for tomorrow and only is this problem and i cant find a solution, is hard to find what exactly match this but i think people should put their websites more explained because like this is very plain.</description>
		<content:encoded><![CDATA[<p>First it takes me a lot of more problems and till i arrive here: </p>
<p>./configure &#8211;enable-gpl &#8211;enable-postproc &#8211;enable-nonfree &#8211;enable-postproc &#8211;enable-libfaad &#8211;enable-swscale &#8211;enable-avfilter &#8211;enable-pthreads &#8211;enable-libxvid &#8211;enable-libx264 &#8211;enable-libmp3lame &#8211;enable-libdc1394 &#8211;enable-liba52 &#8211;enable-libfaac &#8211;disable-ffserver &#8211;disable-ffplay<br />
ERROR: x264 not found<br />
If you think configure made a mistake, make sure you are using the latest<br />
version from SVN.  If the latest version fails, report the problem to the<br />
<a href="mailto:ffmpeg-user@mplayerhq.hu">ffmpeg-user@mplayerhq.hu</a> mailing list or IRC #ffmpeg on irc.freenode.net.<br />
Include the log file &#8220;config.err&#8221; produced by configure as this will help<br />
solving the problem.  </p>
<p>So i am tired to search the solution over the night, i cant find this so i need to find this but i think there is a lack of information in every site including this. </p>
<p>So i need this to be up for tomorrow and only is this problem and i cant find a solution, is hard to find what exactly match this but i think people should put their websites more explained because like this is very plain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gregory</title>
		<link>http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/comment-page-1/#comment-601</link>
		<dc:creator>gregory</dc:creator>
		<pubDate>Wed, 23 Jul 2008 04:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/#comment-601</guid>
		<description>@Artem, thanks for the code snippets. To all others seeking to install ffmpeg, if you are checking it out from the head, which is constantly changing, be sure and get the latest x264 package. I will be posting more on using Git in the future for those who are not familiar with it as a revision control system.</description>
		<content:encoded><![CDATA[<p>@Artem, thanks for the code snippets. To all others seeking to install ffmpeg, if you are checking it out from the head, which is constantly changing, be sure and get the latest x264 package. I will be posting more on using Git in the future for those who are not familiar with it as a revision control system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artem Russakovskii</title>
		<link>http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/comment-page-1/#comment-592</link>
		<dc:creator>Artem Russakovskii</dc:creator>
		<pubDate>Thu, 17 Jul 2008 17:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/#comment-592</guid>
		<description>I just experienced the same problem as Maxim and after installing various versions of libx264-devel from official repositories, including 0.60, I still couldn&#039;t get ffmpeg to compile.

Here&#039;s the solution: ffmpeg is so cutting edge that it needs the very latest x264 sources. You need to get x264 from their git repository or a daily snapshot.

Here&#039;s what I did:
yast -i git # or whatever package manager you use
rm -fr x264
git clone git://git.videolan.org/x264.git
cd x264
./configure --enable-shared --prefix=/usr &amp;&amp; make &amp;&amp; sudo make install

Then compile ffmpeg and it should be fine. I compiled yesterday with no problem.</description>
		<content:encoded><![CDATA[<p>I just experienced the same problem as Maxim and after installing various versions of libx264-devel from official repositories, including 0.60, I still couldn&#8217;t get ffmpeg to compile.</p>
<p>Here&#8217;s the solution: ffmpeg is so cutting edge that it needs the very latest x264 sources. You need to get x264 from their git repository or a daily snapshot.</p>
<p>Here&#8217;s what I did:<br />
yast -i git # or whatever package manager you use<br />
rm -fr x264<br />
git clone git://git.videolan.org/x264.git<br />
cd x264<br />
./configure &#8211;enable-shared &#8211;prefix=/usr &amp;&amp; make &amp;&amp; sudo make install</p>
<p>Then compile ffmpeg and it should be fine. I compiled yesterday with no problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gregory</title>
		<link>http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/comment-page-1/#comment-456</link>
		<dc:creator>gregory</dc:creator>
		<pubDate>Thu, 19 Jun 2008 21:05:13 +0000</pubDate>
		<guid isPermaLink="false">http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/#comment-456</guid>
		<description>@Maxim

Thanks, if you come across a solution please post back. I used SVN revision: SVN-r13141. You may try checking out that revision and see if the error still occurs.</description>
		<content:encoded><![CDATA[<p>@Maxim</p>
<p>Thanks, if you come across a solution please post back. I used SVN revision: SVN-r13141. You may try checking out that revision and see if the error still occurs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maxim</title>
		<link>http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/comment-page-1/#comment-453</link>
		<dc:creator>Maxim</dc:creator>
		<pubDate>Thu, 19 Jun 2008 20:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/#comment-453</guid>
		<description>Thanks for this fine tutorial Gregory. Worked for me except one error with x264. During its &quot;make&quot; I got:
&quot;libavcodec/libx264.c:224: error: ‘X264_ME_TESA’ undeclared&quot;

I then left it out during the compilation of ffmpeg which finished without problems.

Still searching for the solution.</description>
		<content:encoded><![CDATA[<p>Thanks for this fine tutorial Gregory. Worked for me except one error with x264. During its &#8220;make&#8221; I got:<br />
&#8220;libavcodec/libx264.c:224: error: ‘X264_ME_TESA’ undeclared&#8221;</p>
<p>I then left it out during the compilation of ffmpeg which finished without problems.</p>
<p>Still searching for the solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Installing FFMPEG on CentOS 5 at Encoded &#124; Gregory Tomlinson</title>
		<link>http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/comment-page-1/#comment-411</link>
		<dc:creator>Installing FFMPEG on CentOS 5 at Encoded &#124; Gregory Tomlinson</dc:creator>
		<pubDate>Wed, 11 Jun 2008 18:07:01 +0000</pubDate>
		<guid isPermaLink="false">http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/#comment-411</guid>
		<description>[...] have written a tutorial for a much more robust install of ffmpeg. Read: A Robust ffmpeg Install for CentOS 5.     Published by gregory at April 11, 2008   in Servers &amp; Hosting and [...]</description>
		<content:encoded><![CDATA[<p>[...] have written a tutorial for a much more robust install of ffmpeg. Read: A Robust ffmpeg Install for CentOS 5.     Published by gregory at April 11, 2008   in Servers &amp; Hosting and [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
