or install ffmpeg-php manually:
Code:
wget http://superb-west.dl.sourceforge.net/sourceforge/ffmpeg-php/ffmpeg-php-0.6.0.tbz2 tar jxvf ffmpeg-php-0.6.0.tbz2 cd ffmpeg-php* phpize ./configure && make make install
configure: error: ffmpeg shared libraries not found. Make sure ffmpeg is compiled as shared libraries using the --enable-shared option
Code:
./configure --with-ffmpeg=/usr/local/cpffmpeg
Leave a comment: