zoeliu
9th February 2012, 15:54
Here is what I did:
Given an H.264 elementary bitstream, use a parser to extract all the SPS/PPS/IDR nalus (judging from nal_unit_type 7/8/5), add starting code 0x00000001 at the beginning of each nalu, and write to a file.
The result however cannot be decoded correctly. What am I missing here? Great thanks! :thanks:
Given an H.264 elementary bitstream, use a parser to extract all the SPS/PPS/IDR nalus (judging from nal_unit_type 7/8/5), add starting code 0x00000001 at the beginning of each nalu, and write to a file.
The result however cannot be decoded correctly. What am I missing here? Great thanks! :thanks: