Results 1 to 1 of 1
-
21st Jan 2012, 09:45 AM #1OPBanned
Simple FFMPEG-PHP Install in centa os
Use this you can install ffmpeg on centa os
# wget http://downloads.sourceforge.net/pro...p-0.5.3.1.tbz2
# bunzip2 -d ffmpeg-php-0.5.3.1.tbz2
# tar -xvf ffmpeg-php-0.5.3.1.tar
# cd ffmpeg-php-0.5.3.1
# phpize
# ./configure
# make
# make install
Open ?/etc/php.ini? and add a line ?extension=ffmpeg.so? in the category ?Dynamic Extensions?.
When I installed, I got the following error:
error: /usr/src/ffmpeg-php-0.6.0/ffmpeg_frame.c: In function ?zif_ffmpeg_frame_ffmpeg_frame?: /usr/src/ffmpeg-php-0.6.0/ffmpeg_frame.c:421: error: ?PIX_FMT_RGBA32′ undeclared (first use in this function)
Simple fix:
With the latest version of ffmpeg-php (0.6.0), update ffmpeg_frame.c and replace every instance of PIX_FMT_RGBA32 with PIX_FMT_RGB32
vi ffmpeg_frame.c
:%s/PIX_FMT_RGBA32/PIX_FMT_RGB32
:w
:q!
./configure make && make install and then add extension=?ffmpeg.so? inside php.ini as mentioned above.rahulkv Reviewed by rahulkv on . Simple FFMPEG-PHP Install in centa os Use this you can install ffmpeg on centa os # wget http://downloads.sourceforge.net/project/ffmpeg-php/ffmpeg-php/0.5.3.1/ffmpeg-php-0.5.3.1.tbz2 # bunzip2 -d ffmpeg-php-0.5.3.1.tbz2 # tar -xvf ffmpeg-php-0.5.3.1.tar # cd ffmpeg-php-0.5.3.1 # phpize # ./configure # make # make install Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Can any 1 help me install ffmpeg
By msk19994 in forum Server ManagementReplies: 6Last Post: 23rd Feb 2012, 05:33 PM -
Need someone to install FFMPEG-PHP Extension
By Mindy in forum Web Development AreaReplies: 24Last Post: 15th Sep 2011, 12:39 AM -
How to install FFMPEG
By enetcloud in forum Technical and Security TutorialsReplies: 0Last Post: 21st Aug 2011, 01:29 PM -
How to install ffmpeg & ffmpeg-php Without errors.
By ScopeHosts.Sales in forum Tutorials and GuidesReplies: 3Last Post: 8th Mar 2011, 07:32 PM -
how to install FFmpeg into cpanel server
By onel0ve in forum Webmaster DiscussionReplies: 7Last Post: 12th Dec 2010, 05:49 PM
themaLeecher - leech and manage...
Version 5.03 released. Open older version (or...