ffmpeg使用avcodc_encode_video编码,默认产生的h264包含B帧,在安防行业很多地方是不需要用到B帧的。 1.基础知识充电 这就涉及到h264的各种profile格式了,参考 h264各种profile h264分4种等级(profile):Baseline、Main、Exte ...
分类:
其他好文 时间:
2017-08-23 18:15:15
阅读次数:
457
ffmpeg开源库,实现将bmp格式的图片编码成x264文件。参考资料:http://blog.csdn.net/eightdegree/article/details/7425635#reply 自己根据博客的代码,vs2010搭建的测试环境。资源下载 具体代码:#define _AFXDLL
#include
#ifdef __cplusplus
extern "C" {
#e...
分类:
其他好文 时间:
2014-11-15 14:11:56
阅读次数:
332
使用最新版ffmpeg-0.11
libx264-125,使用默认编码时,用Eyecard发现profile-idc一直是PROFILE_H264_HIGH
(profile-idc=100),但是项目要求是baseline,设置了AVCodecContext的->profile=FF_PROFIL...
分类:
其他好文 时间:
2014-05-26 10:09:17
阅读次数:
222