<?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: Install FFmpeg and ffmpeg-php on CentOS Easily</title>
	<atom:link href="http://chrisjean.com/2009/01/13/install-ffmpeg-and-ffmpeg-php-on-centos-easily/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrisjean.com/2009/01/13/install-ffmpeg-and-ffmpeg-php-on-centos-easily/</link>
	<description>Linux, WordPress, programming, anime, and other stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 09:26:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Installing FFmpeg and ffmpeg-php on CentOS &#124; kieranbarnes</title>
		<link>http://chrisjean.com/2009/01/13/install-ffmpeg-and-ffmpeg-php-on-centos-easily/comment-page-1/#comment-17291</link>
		<dc:creator>Installing FFmpeg and ffmpeg-php on CentOS &#124; kieranbarnes</dc:creator>
		<pubDate>Mon, 05 Dec 2011 18:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=575#comment-17291</guid>
		<description>[...] If you fancy, you can try the RPM version of this Chris Jean has an article. [...]</description>
		<content:encoded><![CDATA[<p>[...] If you fancy, you can try the RPM version of this Chris Jean has an article. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Jean</title>
		<link>http://chrisjean.com/2009/01/13/install-ffmpeg-and-ffmpeg-php-on-centos-easily/comment-page-1/#comment-17277</link>
		<dc:creator>Chris Jean</dc:creator>
		<pubDate>Mon, 05 Dec 2011 15:31:38 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=575#comment-17277</guid>
		<description>It&#039;s been a couple of years since I&#039;ve written this guide, so things may have changed since I last did this.

Digging around a bit on your messages, it looks like either the ffmpeg or ffmpeg-devel package haven&#039;t been installed or weren&#039;t installed properly. Go back and make sure that those two packages are installed and are functional.

If everything looks good with those packages, I&#039;m sorry to say that I really don&#039;t know what the problem would be.</description>
		<content:encoded><![CDATA[<p>It&#8217;s been a couple of years since I&#8217;ve written this guide, so things may have changed since I last did this.</p>
<p>Digging around a bit on your messages, it looks like either the ffmpeg or ffmpeg-devel package haven&#8217;t been installed or weren&#8217;t installed properly. Go back and make sure that those two packages are installed and are functional.</p>
<p>If everything looks good with those packages, I&#8217;m sorry to say that I really don&#8217;t know what the problem would be.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Adams</title>
		<link>http://chrisjean.com/2009/01/13/install-ffmpeg-and-ffmpeg-php-on-centos-easily/comment-page-1/#comment-17276</link>
		<dc:creator>Jonathan Adams</dc:creator>
		<pubDate>Mon, 05 Dec 2011 15:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=575#comment-17276</guid>
		<description>I get the following errors when trying to install ffmpeg-php
&lt;pre&gt;/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:73: error: ‘MAX_STREAMS’ undeclared here (not in a function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘_php_get_video_stream’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:152: error: ‘CODEC_TYPE_VIDEO’ undeclared (first use in this function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:152: error: (Each undeclared identifier is reported only once
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:152: error: for each function it appears in.)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘_php_get_audio_stream’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:165: error: ‘CODEC_TYPE_AUDIO’ undeclared (first use in this function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘_php_open_movie_file’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:258: warning: ‘av_open_input_file’ is deprecated (declared at /usr/local/include/php/avformat.h:1367)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:263: warning: ‘av_find_stream_info’ is deprecated (declared at /usr/local/include/php/avformat.h:1446)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘_php_get_decoder_context’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:484: error: ‘CODEC_TYPE_VIDEO’ undeclared (first use in this function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:513: warning: ‘avcodec_open’ is deprecated (declared at /usr/local/include/php/avcodec.h:4058)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘zim_ffmpeg_movie_getComment’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:531: error: ‘AVFormatContext’ has no member named ‘comment’
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:531: error: ‘AVFormatContext’ has no member named ‘comment’
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘zim_ffmpeg_movie_getTitle’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:546: error: ‘AVFormatContext’ has no member named ‘title’
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:546: error: ‘AVFormatContext’ has no member named ‘title’
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘zim_ffmpeg_movie_getAuthor’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:561: error: ‘AVFormatContext’ has no member named ‘author’
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:561: error: ‘AVFormatContext’ has no member named ‘author’
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘zim_ffmpeg_movie_getCopyright’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:575: error: ‘AVFormatContext’ has no member named ‘copyright’
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:575: error: ‘AVFormatContext’ has no member named ‘copyright’
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘zim_ffmpeg_movie_getAlbum’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:590: error: ‘AVFormatContext’ has no member named ‘album’
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:590: error: ‘AVFormatContext’ has no member named ‘album’
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘zim_ffmpeg_movie_getGenre’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:604: error: ‘AVFormatContext’ has no member named ‘genre’
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:604: error: ‘AVFormatContext’ has no member named ‘genre’
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘zim_ffmpeg_movie_getTrackNumber’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:619: error: ‘AVFormatContext’ has no member named ‘track’
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘zim_ffmpeg_movie_getYear’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:632: error: ‘AVFormatContext’ has no member named ‘year’
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘_php_get_framerate’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:678: error: ‘CODEC_TYPE_VIDEO’ undeclared (first use in this function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘_php_get_framenumber’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:810: error: ‘CODEC_TYPE_VIDEO’ undeclared (first use in this function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘_php_get_pixelformat’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:850: error: ‘CODEC_TYPE_VIDEO’ undeclared (first use in this function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘zim_ffmpeg_movie_getPixelFormat’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:868: warning: ‘avcodec_get_pix_fmt_name’ is deprecated (declared at /usr/local/include/php/avcodec.h:3679)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘_php_get_codec_name’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:963: error: ‘CODEC_TYPE_VIDEO’ undeclared (first use in this function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘zim_ffmpeg_movie_getVideoCodec’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:989: error: ‘CODEC_TYPE_VIDEO’ undeclared (first use in this function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘zim_ffmpeg_movie_getAudioCodec’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:1009: error: ‘CODEC_TYPE_AUDIO’ undeclared (first use in this function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘zim_ffmpeg_movie_getVideoStreamId’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:1029: error: ‘CODEC_TYPE_VIDEO’ undeclared (first use in this function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘zim_ffmpeg_movie_getAudioStreamId’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:1051: error: ‘CODEC_TYPE_AUDIO’ undeclared (first use in this function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘zim_ffmpeg_movie_getAudioChannels’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:1089: error: ‘CODEC_TYPE_AUDIO’ undeclared (first use in this function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘zim_ffmpeg_movie_getAudioSampleRate’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:1125: error: ‘CODEC_TYPE_AUDIO’ undeclared (first use in this function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘zim_ffmpeg_movie_getAudioBitRate’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:1161: error: ‘CODEC_TYPE_AUDIO’ undeclared (first use in this function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘zim_ffmpeg_movie_getVideoBitRate’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:1181: error: ‘CODEC_TYPE_VIDEO’ undeclared (first use in this function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘_php_read_av_frame’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:1204: error: ‘CODEC_TYPE_VIDEO’ undeclared (first use in this function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:1215: warning: implicit declaration of function ‘avcodec_decode_video’
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:1219: error: ‘PKT_FLAG_KEY’ undeclared (first use in this function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘_php_get_av_frame’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:1246: error: ‘CODEC_TYPE_VIDEO’ undeclared (first use in this function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:1282: error: ‘AVCodecContext’ has no member named ‘hurry_up’
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:1284: error: ‘AVCodecContext’ has no member named ‘hurry_up’
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘_php_get_sample_aspect_ratio’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:1443: error: ‘CODEC_TYPE_VIDEO’ undeclared (first use in this function)
make: *** [ffmpeg_movie.lo] Error 1&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>I get the following errors when trying to install ffmpeg-php</p>
<pre>/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:73: error: ‘MAX_STREAMS’ undeclared here (not in a function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘_php_get_video_stream’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:152: error: ‘CODEC_TYPE_VIDEO’ undeclared (first use in this function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:152: error: (Each undeclared identifier is reported only once
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:152: error: for each function it appears in.)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘_php_get_audio_stream’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:165: error: ‘CODEC_TYPE_AUDIO’ undeclared (first use in this function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘_php_open_movie_file’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:258: warning: ‘av_open_input_file’ is deprecated (declared at /usr/local/include/php/avformat.h:1367)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:263: warning: ‘av_find_stream_info’ is deprecated (declared at /usr/local/include/php/avformat.h:1446)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘_php_get_decoder_context’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:484: error: ‘CODEC_TYPE_VIDEO’ undeclared (first use in this function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:513: warning: ‘avcodec_open’ is deprecated (declared at /usr/local/include/php/avcodec.h:4058)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘zim_ffmpeg_movie_getComment’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:531: error: ‘AVFormatContext’ has no member named ‘comment’
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:531: error: ‘AVFormatContext’ has no member named ‘comment’
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘zim_ffmpeg_movie_getTitle’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:546: error: ‘AVFormatContext’ has no member named ‘title’
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:546: error: ‘AVFormatContext’ has no member named ‘title’
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘zim_ffmpeg_movie_getAuthor’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:561: error: ‘AVFormatContext’ has no member named ‘author’
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:561: error: ‘AVFormatContext’ has no member named ‘author’
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘zim_ffmpeg_movie_getCopyright’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:575: error: ‘AVFormatContext’ has no member named ‘copyright’
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:575: error: ‘AVFormatContext’ has no member named ‘copyright’
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘zim_ffmpeg_movie_getAlbum’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:590: error: ‘AVFormatContext’ has no member named ‘album’
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:590: error: ‘AVFormatContext’ has no member named ‘album’
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘zim_ffmpeg_movie_getGenre’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:604: error: ‘AVFormatContext’ has no member named ‘genre’
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:604: error: ‘AVFormatContext’ has no member named ‘genre’
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘zim_ffmpeg_movie_getTrackNumber’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:619: error: ‘AVFormatContext’ has no member named ‘track’
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘zim_ffmpeg_movie_getYear’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:632: error: ‘AVFormatContext’ has no member named ‘year’
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘_php_get_framerate’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:678: error: ‘CODEC_TYPE_VIDEO’ undeclared (first use in this function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘_php_get_framenumber’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:810: error: ‘CODEC_TYPE_VIDEO’ undeclared (first use in this function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘_php_get_pixelformat’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:850: error: ‘CODEC_TYPE_VIDEO’ undeclared (first use in this function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘zim_ffmpeg_movie_getPixelFormat’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:868: warning: ‘avcodec_get_pix_fmt_name’ is deprecated (declared at /usr/local/include/php/avcodec.h:3679)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘_php_get_codec_name’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:963: error: ‘CODEC_TYPE_VIDEO’ undeclared (first use in this function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘zim_ffmpeg_movie_getVideoCodec’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:989: error: ‘CODEC_TYPE_VIDEO’ undeclared (first use in this function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘zim_ffmpeg_movie_getAudioCodec’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:1009: error: ‘CODEC_TYPE_AUDIO’ undeclared (first use in this function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘zim_ffmpeg_movie_getVideoStreamId’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:1029: error: ‘CODEC_TYPE_VIDEO’ undeclared (first use in this function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘zim_ffmpeg_movie_getAudioStreamId’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:1051: error: ‘CODEC_TYPE_AUDIO’ undeclared (first use in this function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘zim_ffmpeg_movie_getAudioChannels’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:1089: error: ‘CODEC_TYPE_AUDIO’ undeclared (first use in this function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘zim_ffmpeg_movie_getAudioSampleRate’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:1125: error: ‘CODEC_TYPE_AUDIO’ undeclared (first use in this function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘zim_ffmpeg_movie_getAudioBitRate’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:1161: error: ‘CODEC_TYPE_AUDIO’ undeclared (first use in this function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘zim_ffmpeg_movie_getVideoBitRate’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:1181: error: ‘CODEC_TYPE_VIDEO’ undeclared (first use in this function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘_php_read_av_frame’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:1204: error: ‘CODEC_TYPE_VIDEO’ undeclared (first use in this function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:1215: warning: implicit declaration of function ‘avcodec_decode_video’
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:1219: error: ‘PKT_FLAG_KEY’ undeclared (first use in this function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘_php_get_av_frame’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:1246: error: ‘CODEC_TYPE_VIDEO’ undeclared (first use in this function)
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:1282: error: ‘AVCodecContext’ has no member named ‘hurry_up’
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:1284: error: ‘AVCodecContext’ has no member named ‘hurry_up’
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function ‘_php_get_sample_aspect_ratio’:
/root/ffmpeg-php-0.6.0/ffmpeg_movie.c:1443: error: ‘CODEC_TYPE_VIDEO’ undeclared (first use in this function)
make: *** [ffmpeg_movie.lo] Error 1</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Jean</title>
		<link>http://chrisjean.com/2009/01/13/install-ffmpeg-and-ffmpeg-php-on-centos-easily/comment-page-1/#comment-14259</link>
		<dc:creator>Chris Jean</dc:creator>
		<pubDate>Mon, 15 Aug 2011 18:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=575#comment-14259</guid>
		<description>It looks like a redirect is there now, but I went ahead and updated the link. Thanks for the info.</description>
		<content:encoded><![CDATA[<p>It looks like a redirect is there now, but I went ahead and updated the link. Thanks for the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tino</title>
		<link>http://chrisjean.com/2009/01/13/install-ffmpeg-and-ffmpeg-php-on-centos-easily/comment-page-1/#comment-14249</link>
		<dc:creator>Tino</dc:creator>
		<pubDate>Mon, 15 Aug 2011 15:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=575#comment-14249</guid>
		<description>Hi Chris, the GPG call you list in this article did not work for me.  I went to Dag Wieer&#039;s site a found the current URL.

It should read...

rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt

Thank you for your help.  It allowed me to install FFmpeg and I am very grateful.

Tino</description>
		<content:encoded><![CDATA[<p>Hi Chris, the GPG call you list in this article did not work for me.  I went to Dag Wieer&#8217;s site a found the current URL.</p>
<p>It should read&#8230;</p>
<p>rpm &#8211;import <a href="http://apt.sw.be/RPM-GPG-KEY.dag.txt" rel="nofollow">http://apt.sw.be/RPM-GPG-KEY.dag.txt</a></p>
<p>Thank you for your help.  It allowed me to install FFmpeg and I am very grateful.</p>
<p>Tino</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tryin to install FFmpeg</title>
		<link>http://chrisjean.com/2009/01/13/install-ffmpeg-and-ffmpeg-php-on-centos-easily/comment-page-1/#comment-12788</link>
		<dc:creator>Tryin to install FFmpeg</dc:creator>
		<pubDate>Wed, 29 Jun 2011 13:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=575#comment-12788</guid>
		<description>[...] this article, you need to compile and install ffmpeg-php manually having installed some of the packages you just [...]</description>
		<content:encoded><![CDATA[<p>[...] this article, you need to compile and install ffmpeg-php manually having installed some of the packages you just [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LP</title>
		<link>http://chrisjean.com/2009/01/13/install-ffmpeg-and-ffmpeg-php-on-centos-easily/comment-page-1/#comment-10870</link>
		<dc:creator>LP</dc:creator>
		<pubDate>Tue, 22 Mar 2011 20:10:47 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=575#comment-10870</guid>
		<description>Thanks for the tutorial - got it up and running on a centos box lickity split :)</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial &#8211; got it up and running on a centos box lickity split <img src='http://chrisjean.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ela</title>
		<link>http://chrisjean.com/2009/01/13/install-ffmpeg-and-ffmpeg-php-on-centos-easily/comment-page-1/#comment-1880</link>
		<dc:creator>Ela</dc:creator>
		<pubDate>Wed, 24 Mar 2010 13:49:14 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=575#comment-1880</guid>
		<description>Yes yes
thanks a lot. i found that and installed

Thanks</description>
		<content:encoded><![CDATA[<p>Yes yes<br />
thanks a lot. i found that and installed</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ela</title>
		<link>http://chrisjean.com/2009/01/13/install-ffmpeg-and-ffmpeg-php-on-centos-easily/comment-page-1/#comment-1879</link>
		<dc:creator>Ela</dc:creator>
		<pubDate>Wed, 24 Mar 2010 13:48:24 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=575#comment-1879</guid>
		<description>Hi 

i solved by installing make and gss commands using yum
yum install make
yum install gcc

thanks</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>i solved by installing make and gss commands using yum<br />
yum install make<br />
yum install gcc</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gaarai</title>
		<link>http://chrisjean.com/2009/01/13/install-ffmpeg-and-ffmpeg-php-on-centos-easily/comment-page-1/#comment-1878</link>
		<dc:creator>gaarai</dc:creator>
		<pubDate>Wed, 24 Mar 2010 13:38:32 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=575#comment-1878</guid>
		<description>It means just what the output is saying: your system does not have a c compiler. Notice the gcc, cc, and cl listings with &quot;no&quot; next to them. That means that the code is looking for a program with one of those names, and it can&#039;t find one.

If you are on shared hosting, you probably won&#039;t be able to use an existing compiler or add a compiler. Most shared hosting doesn&#039;t want you to compile code on their server as the CPU load is very high.

If you are not on shared hosting and have access to root, installing can be done quickly by using a package manager. On CentOS as root, run &quot;yum install gcc&quot;.</description>
		<content:encoded><![CDATA[<p>It means just what the output is saying: your system does not have a c compiler. Notice the gcc, cc, and cl listings with &#8220;no&#8221; next to them. That means that the code is looking for a program with one of those names, and it can&#8217;t find one.</p>
<p>If you are on shared hosting, you probably won&#8217;t be able to use an existing compiler or add a compiler. Most shared hosting doesn&#8217;t want you to compile code on their server as the CPU load is very high.</p>
<p>If you are not on shared hosting and have access to root, installing can be done quickly by using a package manager. On CentOS as root, run &#8220;yum install gcc&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

