Search results

  1. R

    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...
Back
Top