terryleung
12th January 2009, 03:41
Hi all,
I've got a question regarding to the decoding process of h264 in a mp4 file
In a mp4 file, there is a stco table which point to the offset of the sample of a h264 frame.
my problem is , is this in fact a NAL unit as well and I can just decode it just like any other NAL unit (like seq parameter set and picture parameter set)
Also, is it possible to have multiple NAL unit in the same frame(the mp4 mdat area) and how to make it(just place the next NAL unit at the end?)
I've got a question regarding to the decoding process of h264 in a mp4 file
In a mp4 file, there is a stco table which point to the offset of the sample of a h264 frame.
my problem is , is this in fact a NAL unit as well and I can just decode it just like any other NAL unit (like seq parameter set and picture parameter set)
Also, is it possible to have multiple NAL unit in the same frame(the mp4 mdat area) and how to make it(just place the next NAL unit at the end?)