温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

FFmpeg avcodec_version函数使用

发布时间:2020-07-26 18:28:05 来源:网络 阅读:2407 作者:fengyuzaitu 栏目:系统运维

简介

        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


向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI