简体   繁体   English

H264解析-切片标头检测

[英]H264 parsing - slice header detection

I know that in h264 we can detect a NAL Unit by the bit pattern 0x000001 . 我知道在h264中,我们可以通过位模式0x000001检测到NAL单元。

Is there an equivalent method to detect a slice header in a NAL Unit? 是否存在检测NAL单元中的切片标头的等效方法? How does one handle multi-slice NAL units? 一个如何处理多层NAL单元?

Currently I'm using parsing code for h264 and get the slice header in a respective structure. 目前,我正在为h264使用解析代码,并在各自的结构中获取slice头。

The slice header syntax is discussed on page 36 (section 7.3.3) of the H.264 standard . 切片标头语法在H.264标准的第36页(第7.3.3节)中讨论。

It might be worth having a look at the reference software . 值得一看参考软件

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM