0

任何人都可以告诉我如何将 FFMPEG、MENCODER 安装到我的 VPS 服务器上。我有 WHM 和 cPanel。

对此的任何帮助将不胜感激。

谢谢

4

2 回答 2

0

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

于 2015-02-20T05:38:35.850 回答
0

从 SSH 运行以下命令:

百胜安装mplayer mencoder

以下网址的一个很好的教程:

http://www.eukhost.com/forums/f15/how-install-ffmpeg-ffmpeg-php-mplayer-mencoder-flv2tool-lame-mp3-encoder-4893/

于 2012-04-18T06:18:24.287 回答