Home
Unix-Linux Administration
Database
Programming
Advanced Search
Resources
Contact Us
Login Form
Username

Password

Remember me
Password Reminder
No account yet? Create one
Syndicate
How To Install FFmpeg + FFmpeg-PHP + Mplayer + Mencoder + flv2tool + LAME MP3 Encoder On DirectAdmin
Mar 16, 2010 at 01:00 PM

Download rpmforce from http://dag.wieers.com/rpm/packages/rpmforge-release/

eg CentOS 5 64bit

wget http://dag.wieers.com/rpm/packages/rpmforge-release/rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm

rpm -ivh  rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm

yum install ffmpeg ffmpeg-devel lame lame-devel flvtool2 libogg libogg-devel libvorbis libvorbis-devel mplayer

svn co https://ffmpeg-php.svn.sourceforge.net/svnroot/ffmpeg-php ffmpeg-php
cd ffmpeg-php/trunk/ffmpeg-php
phpize
./configure
make
make install

edit php.ini change extension_dir from extension_dir ="./" to  extension_dir =""

and add extension= "ffmpeg.so" affter line ;extension=php_zip.dll

Restart apache

 

How to Install PHP Memcache
Feb 21, 2009 at 12:40 AM

Memcache module provides handy procedural and object oriented interface to memcached, highly effective caching daemon, which was especially designed to decrease database load in dynamic web applications.

Read more...
How to Install APC Cache
Feb 20, 2009 at 10:53 PM

Work with Apache,php install with compile

APC Cache http://pecl.php.net/package/APC seems to work well with PHP

Read more...
<< Start < Previous 1 2 3 Next > End >>