Eyevinn / mp2ts-tools

Tools for MPEG-2 TS
MIT License
14 stars 0 forks source link

Add printout of picture type for AVC #4

Closed tobbee closed 7 months ago

tobbee commented 8 months ago

The picture type is not given by the NAL unit type, but by the picture type as encoded in the Slice Header. This is extracted and displayed as I, B, or P in mp4ff-nallister, and the same should be done here (but in JSON format).