本文介绍了H264解析 - 片头检测的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我知道在h264中,我们可以通过位模式 0x000001
检测到一个NAL单元。
I know that in h264 we can detect a NAL Unit by the bit pattern 0x000001
.
检测NAL单元中的切片报头的等效方法?如何处理多切片NAL单元?
Is there an equivalent method to detect a slice header in a NAL Unit? How does one handle multi-slice NAL units?
目前我正在使用h264的解析代码,并获得相应结构中的切片头。
Currently I'm using parsing code for h264 and get the slice header in a respective structure.
推荐答案
切片标题语法在。
您可能需要查看。
这篇关于H264解析 - 片头检测的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!