任何人都可以告诉我如何将 FFMPEG、MENCODER 安装到我的 VPS 服务器上。我有 WHM 和 cPanel。
对此的任何帮助将不胜感激。
谢谢
Install FFMPEG-PHP Extension
FFmpeg-php is a very good extension and wrapper for PHP which can pull useful information about video through API interface. Inorder to install it you will need to download the source file and then compile and install extension in your server. You can download the source tarball : http://ffmpeg-php.sourceforge.net/
wget /path/to/this/file/ffmpeg-php-0.5.2.1.tbz2
tar -xjf ffmpeg-0.5.2.1.tbz2
phpize
./configure make make install
从 SSH 运行以下命令:
百胜安装mplayer mencoder
以下网址的一个很好的教程: