我需要捕获用户上传视频的帧。我刚才知道ffmpeg那样做。请在我的linux服务器上提供ffmpeg的详细安装说明。我只需要通过putty登录到ssh的信息。我需要安装什么软件。在安装过程中包含ffmpeg播放器。 提前致谢
答案 0 :(得分:0)
根据您提供的非常有限的信息,您可以使用以下内容执行非常基本的ffmpeg安装:
$ git clone --depth 1 git://source.ffmpeg.org/ffmpeg
$ cd ffmpeg
$ ./configure
$ make
# make install
您需要gcc
,git
和make
作为依赖项。 pkg-config
和yasm
是推荐的依赖项。