compression - Display Order in H.264 encoded video Syntax -
Can someone help me understand that POC (Picture Order Number) works? How to help TopFieldOrderCount and bottomFieldOrderCount H.264 encoded video come with a picture (frame or area) appropriate display order.
Thank you.
is the correct algorithm: keep size = buffer (= num_reorder_frames + 1), each new decode frame in buffer Keep whenever the buffer is full, remove the frame from the lowest {idr_pic_id, poc} (where idr_pic_id is a monotonically increasing value, not standard idr_pic_id from the standard).
This gives you a picture in the display
Viewed using pic_order_cnt_lsb
See:
Comments
Post a Comment