<?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>Wed, 11 Apr 2012 17:14:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: need your help on ffmpeg</title>
		<link>http://chrisjean.com/2009/01/13/install-ffmpeg-and-ffmpeg-php-on-centos-easily/comment-page-1/#comment-19881</link>
		<dc:creator>need your help on ffmpeg</dc:creator>
		<pubDate>Wed, 11 Apr 2012 17:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=575#comment-19881</guid>
		<description>[...] ffmpeg-php extension. As it doesn&#039;t exist in rpm package, you should compile it from sources. Read this howto to see what you have to do  [...]</description>
		<content:encoded><![CDATA[<p>[...] ffmpeg-php extension. As it doesn&#039;t exist in rpm package, you should compile it from sources. Read this howto to see what you have to do  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mutface</title>
		<link>http://chrisjean.com/2009/01/13/install-ffmpeg-and-ffmpeg-php-on-centos-easily/comment-page-1/#comment-19251</link>
		<dc:creator>Mutface</dc:creator>
		<pubDate>Tue, 13 Mar 2012 11:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=575#comment-19251</guid>
		<description>I have found the solution on another site:-

==============================================

If you get the following error when running the command make to compile FFmpeg:

make: *** [ffmpeg_frame.lo] Error 1

In the version 0.6.0 of ffmpeg-php you will need to modify the file: ffmpeg_frame.c and replace every instance of PIX_FMT_RGBA32 with PIX_FMT_RGB32

Using Linux text editor, vi run the following commands:

# vi ffmpeg_frame.c

:%s/PIX_FMT_RGBA32/PIX_FMT_RGB32
:wq!

==============================================</description>
		<content:encoded><![CDATA[<p>I have found the solution on another site:-</p>
<p>==============================================</p>
<p>If you get the following error when running the command make to compile FFmpeg:</p>
<p>make: *** [ffmpeg_frame.lo] Error 1</p>
<p>In the version 0.6.0 of ffmpeg-php you will need to modify the file: ffmpeg_frame.c and replace every instance of PIX_FMT_RGBA32 with PIX_FMT_RGB32</p>
<p>Using Linux text editor, vi run the following commands:</p>
<p># vi ffmpeg_frame.c</p>
<p>:%s/PIX_FMT_RGBA32/PIX_FMT_RGB32<br />
:wq!</p>
<p>==============================================</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mutface</title>
		<link>http://chrisjean.com/2009/01/13/install-ffmpeg-and-ffmpeg-php-on-centos-easily/comment-page-1/#comment-19246</link>
		<dc:creator>Mutface</dc:creator>
		<pubDate>Tue, 13 Mar 2012 10:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=575#comment-19246</guid>
		<description>Running Centos 6.2 - X86_64 
PHP 5.3.3 

Did all of the instructions that you mentioned and get the following error:-

[root@vps ffmpeg-php-0.6.0]# make
/bin/sh /root/downloads/ffmpeg-php-0.6.0/libtool --mode=compile cc  -I. -I/root/downloads/ffmpeg-php-0.6.0 -DPHP_ATOM_INC -I/root/downloads/ffmpeg-php-0.6.0/include -I/root/downloads/ffmpeg-php-0.6.0/main -I/root/downloads/ffmpeg-php-0.6.0 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/include/libavcodec/ -I/usr/include/libavformat/ -I/usr/include/libavutil/ -I/usr/include/libswscale/ -I/usr/include/libavfilter/ -I/usr/include/libavdevice/  -DHAVE_CONFIG_H  -g -O2 -Wall -fno-strict-aliasing   -c /root/downloads/ffmpeg-php-0.6.0/ffmpeg_frame.c -o ffmpeg_frame.lo 
libtool: compile:  cc -I. -I/root/downloads/ffmpeg-php-0.6.0 -DPHP_ATOM_INC -I/root/downloads/ffmpeg-php-0.6.0/include -I/root/downloads/ffmpeg-php-0.6.0/main -I/root/downloads/ffmpeg-php-0.6.0 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/include/libavcodec/ -I/usr/include/libavformat/ -I/usr/include/libavutil/ -I/usr/include/libswscale/ -I/usr/include/libavfilter/ -I/usr/include/libavdevice/ -DHAVE_CONFIG_H -g -O2 -Wall -fno-strict-aliasing -c /root/downloads/ffmpeg-php-0.6.0/ffmpeg_frame.c  -fPIC -DPIC -o .libs/ffmpeg_frame.o
/root/downloads/ffmpeg-php-0.6.0/ffmpeg_frame.c: In function ‘zim_ffmpeg_frame_toGDImage’:
/root/downloads/ffmpeg-php-0.6.0/ffmpeg_frame.c:336: error: ‘PIX_FMT_RGBA32’ undeclared (first use in this function)
/root/downloads/ffmpeg-php-0.6.0/ffmpeg_frame.c:336: error: (Each undeclared identifier is reported only once
/root/downloads/ffmpeg-php-0.6.0/ffmpeg_frame.c:336: error: for each function it appears in.)
/root/downloads/ffmpeg-php-0.6.0/ffmpeg_frame.c: In function ‘zim_ffmpeg_frame_ffmpeg_frame’:
/root/downloads/ffmpeg-php-0.6.0/ffmpeg_frame.c:421: error: ‘PIX_FMT_RGBA32’ undeclared (first use in this function)
make: *** [ffmpeg_frame.lo] Error 1</description>
		<content:encoded><![CDATA[<p>Running Centos 6.2 &#8211; X86_64<br />
PHP 5.3.3 </p>
<p>Did all of the instructions that you mentioned and get the following error:-</p>
<p>[root@vps ffmpeg-php-0.6.0]# make<br />
/bin/sh /root/downloads/ffmpeg-php-0.6.0/libtool &#8211;mode=compile cc  -I. -I/root/downloads/ffmpeg-php-0.6.0 -DPHP_ATOM_INC -I/root/downloads/ffmpeg-php-0.6.0/include -I/root/downloads/ffmpeg-php-0.6.0/main -I/root/downloads/ffmpeg-php-0.6.0 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/include/libavcodec/ -I/usr/include/libavformat/ -I/usr/include/libavutil/ -I/usr/include/libswscale/ -I/usr/include/libavfilter/ -I/usr/include/libavdevice/  -DHAVE_CONFIG_H  -g -O2 -Wall -fno-strict-aliasing   -c /root/downloads/ffmpeg-php-0.6.0/ffmpeg_frame.c -o ffmpeg_frame.lo<br />
libtool: compile:  cc -I. -I/root/downloads/ffmpeg-php-0.6.0 -DPHP_ATOM_INC -I/root/downloads/ffmpeg-php-0.6.0/include -I/root/downloads/ffmpeg-php-0.6.0/main -I/root/downloads/ffmpeg-php-0.6.0 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/include/libavcodec/ -I/usr/include/libavformat/ -I/usr/include/libavutil/ -I/usr/include/libswscale/ -I/usr/include/libavfilter/ -I/usr/include/libavdevice/ -DHAVE_CONFIG_H -g -O2 -Wall -fno-strict-aliasing -c /root/downloads/ffmpeg-php-0.6.0/ffmpeg_frame.c  -fPIC -DPIC -o .libs/ffmpeg_frame.o<br />
/root/downloads/ffmpeg-php-0.6.0/ffmpeg_frame.c: In function ‘zim_ffmpeg_frame_toGDImage’:<br />
/root/downloads/ffmpeg-php-0.6.0/ffmpeg_frame.c:336: error: ‘PIX_FMT_RGBA32’ undeclared (first use in this function)<br />
/root/downloads/ffmpeg-php-0.6.0/ffmpeg_frame.c:336: error: (Each undeclared identifier is reported only once<br />
/root/downloads/ffmpeg-php-0.6.0/ffmpeg_frame.c:336: error: for each function it appears in.)<br />
/root/downloads/ffmpeg-php-0.6.0/ffmpeg_frame.c: In function ‘zim_ffmpeg_frame_ffmpeg_frame’:<br />
/root/downloads/ffmpeg-php-0.6.0/ffmpeg_frame.c:421: error: ‘PIX_FMT_RGBA32’ undeclared (first use in this function)<br />
make: *** [ffmpeg_frame.lo] Error 1</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>

