美文网首页
H264编码流程

H264编码流程

作者: 程序员都是傻子呀 | 来源:发表于2020-03-01 11:10 被阅读0次

1、查找编码器(avcodec_find_encoder_by_name)
还可以通过ID来查找到编解码器
2、设置编码参数,并打开编码器(avcodec_open2)
(解码的时候,不用设置参数)
3、编码(avcodec_encode_video2)

相关文章

网友评论

      本文标题:H264编码流程

      本文链接:https://www.haomeiwen.com/subject/ikyxkhtx.html