摘要:
H.264 sequence_parameter_sets成员值含义学习笔记SPS:sequence parameter sets01. Profile_idc它指的是码流对应的profile.1.1基线profile(Baseline profile)遵循基线profile的码流应该遵循以下的约束:a)只有I和P切片存在b) NAL单元流不应该有范围在2到4的nal_unit_type值,包括2和4.c)序列参数集(sps)的frame_mbs_only_fag(之后介绍)应该等于1d)图象参数值(psp)的weighted_pred_flag和weighted_bipred_idc都应该为 阅读全文
随笔分类 - vedio
h264 图像宽度与高度的获取
2012-10-17 17:36 by garywlx, 1137 阅读, 收藏,
摘要:
Analysis on the structure of coding streaming in H.264GAO Qing, WANG Zhigang( School of Computer Science & Technology, Soochow University,SuZhou 215006;)Abstract:H.264 is the newest video coding standard, and it will be widely used. In this article, the problem of the structure of coding streami 阅读全文
h264 Nalu 详解
2012-10-17 17:34 by garywlx, 1618 阅读, 收藏,
摘要:
1.引言H.264的主要目标:1.高的视频压缩比2.良好的网络亲和性解决方案:VCL video coding layer 视频编码层NAL network abstraction layer 网络提取层VCL:核心算法引擎,块,宏块及片的语法级别的定义NAL:片级以上的语法级别(如序列参数集和图像参数集),同时支持以下功能:独立片解码,起始码唯一保证,SEI以及流格式编码数据传送VCL设计目标:尽可能地独立于网络的情况下进行高效的编解码NAL设计目标:根据不同的网络把数据打包成相应的格式,将VCL产生的比特字符串适配到各种各样的网络和多元环境中。NALU头结构:NALU类型(5bit)、重要 阅读全文
浙公网安备 33010602011771号