Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道在 h264 中我们可以通过位模式检测 NAL 单元0x000001。
0x000001
是否有等效的方法来检测 NAL 单元中的切片标头?如何处理多层 NAL 单元?
目前我正在使用 h264 的解析代码并在相应的结构中获取切片标头。
切片报头语法在H.264 标准的第 36 页(第 7.3.3 节)中进行了讨论。
可能值得一看参考软件。