码迷,mamicode.com
首页 > 其他好文 > 详细

安装FFmpeg3.0.9

时间:2017-09-10 19:48:22      阅读:211      评论:0      收藏:0      [点我收藏+]

标签:use   evel   ati   nload   develop   builds   static   otc   too   

//静态版的

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

标签:use   evel   ati   nload   develop   builds   static   otc   too   

原文地址:http://www.cnblogs.com/vincentqliu/p/7501775.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!