This site is hosted and sponsored by hyve.com specialists in Cloud Hosting UK and VMware Hosting. If you are interested in our services please call us for chat on 0800 612 2524
Install ffmpeg on Linux to run in PHP#
- yum install ffmpeg ffmpeg-devel php-devel
- rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm
- wget http://sourceforge.net/projects/ffmpeg-php/files/ffmpeg-php/0.6.0/ffmpeg-php-0.6.0.tbz2/download
- tar -xjf ffmpeg-php-0.6.0.tbz2
- cd ffmpeg-php-0.6.0
- vi ffmpeg_frame.c
- :%s/PIX_FMT_RGBA32/PIX_FMT_RGB32/g
- :wq
- phpize
- ./configure
- make
- make install
- service httpd restart
- Check phpinfo()
Back to Linux
Add new attachment
Only authorized users are allowed to upload new attachments.
«
This page (revision-6) was last changed on 29-Mar-2012 15:00 by Hyve Support