开发者

In h264 NAL units means frame.?

开发者 https://www.devze.com 2023-03-24 01:11 出处:网络
I am working on a h264 video codec. I want to know开发者_运维知识库: Is a single NAL unit in H264 equivalent to one video frame?No, a sequence of NAL units can be decoded into video frames, but they a

I am working on a h264 video codec. I want to know开发者_运维知识库: Is a single NAL unit in H264 equivalent to one video frame?


No, a sequence of NAL units can be decoded into video frames, but they are not equivalent.

http://en.wikipedia.org/wiki/H.264/MPEG-4_AVC

http://en.wikipedia.org/wiki/Network_Abstraction_Layer#NAL_Units_in_Byte-Stream_Format_Use

http://wiki.multimedia.cx/index.php?title=H.264

0

精彩评论

暂无评论...
验证码 换一张
取 消