h264根据压缩算法的实现难度分为baseline profile、main profile、extended profile、high profile.
h264算法在概念上分为两层:视频编码层和网络抽象层。
nalu:有两种起始码,3字节的0x000001和4字节的0x00000001,3字节的起始码只有在一种情况下使用,就是一个完整的帧被编为多个slice的时候。
视频序列层起始码:0x00001b3
图象组层的起始码:0x00001b8
图象层的起始码:0x0000100
Picture_start_code(32bits)+Temporal_reference(10bits)+Picture_coding_type(3bits)
Picture_coding_type
001:I帧
010:P帧
011:B帧
2294

被折叠的 条评论
为什么被折叠?



