In h264 NAL units means frame.?

北战南征 提交于 2019-12-20 10:10:20

问题


I am working on a h264 video codec. I want to know: Is a single NAL unit in H264 equivalent to one video frame?


回答1:


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



来源:https://stackoverflow.com/questions/6858991/in-h264-nal-units-means-frame

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!