安装FFmpeg3.0.9
Posted qinghua
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装FFmpeg3.0.9相关的知识,希望对你有一定的参考价值。
//静态版的
FFmpeg Static Builds release: 3.3.3
https://www.johnvansickle.com/ffmpeg/
ffmpeg-release-64bit-static.tar.xz
解压xz文件
xz -d ffmpeg-release-64bit-static.tar.xz.tar.xz
tar -xvf ffmpeg-release-64bit-static.tar.xz.tar
或者一步完后
tar xvJf ffmpeg-release-64bit-static.tar.xz
自己编译
http://ffmpeg.org/download.html#releases
ffmpeg-3.0.9.tar.xz
tar xvJf ffmpeg-3.0.9.tar.xz
./configure --help
./configure 后出现问题
yasm/nasm not found or too old. Use --disable-yasm for a crippled build.
./configure --disable-yasm
make
make install
ffmpeg -help
搞定
参考文章
http://thierry-xing.iteye.com/blog/2017864
http://www.mikewootc.com/wiki/sw_develop/multimedia/ffmpeg_build.html
以上是关于安装FFmpeg3.0.9的主要内容,如果未能解决你的问题,请参考以下文章