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

ffmepg avcodec版本查询

时间:2017-11-18 15:23:01      阅读:240      评论:0      收藏:0      [点我收藏+]

标签:ffmpeg avcodec_version

avcodec_version函数查询ffmpeg版本

返回值:0x00396b64(转换成十六进制方便说明)

版本的换算公式

#define AV_VERSION_INT(a, b, c)   ((a)<<16 | (b)<<8 | (c))


39  

39      16*3+9  = 57

6b      6*16+11 =107

64      6*16+4  = 100



浏览最新官网

FFmpeg 3.4 "Cantor"

3.4 was released on 2017-10-15. It is the latest stable FFmpeg release from the 3.4 release branch, which was cut from master on 2017-10-11.


It includes the following library versions:


libavutil      55. 78.100

libavcodec     57.107.100

libavformat    57. 83.100

libavdevice    57. 10.100

libavfilter     6.107.100

libavresample   3.  7.  0

libswscale      4.  8.100

libswresample   2.  9.100

libpostproc    54.  7.100


结果

libavcodec     57.107.100


参考

http://ffmpeg.org/download.html

http://ffmpeg.org/doxygen/trunk/group__version__utils.html#gaaab323b60e1a6e38ec939efe881474c7


ffmepg avcodec版本查询

标签:ffmpeg avcodec_version

原文地址:http://fengyuzaitu.blog.51cto.com/5218690/1982997

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