HEVC: Picture split up in multiple NAL units -


during development work regarding hevc encountered camera streams pictures in multiple nal units. when analyzing bitstream noticed there 3 nal units per picture. noticed first_slice_segment_in_pic_flag = 1 first nal unit , first_slice_segment_in_pic_flag = 0 2 following nal units.

is there way of knowing how many nal units make full picture or nal unit final 1 of current picture without looking @ 4th nal unit (the first 1 of next picture)?

no not possible. know end of picture after decoding last ctu of picture or when first slice of next picture.


Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -