Add Image Type (I,P,B)
Hi, Can you add image type (I,P,B) in the popup and, as an option, change the color of the plot according to its type. This makes it easier to check the structure of the gop. Thanks
Displaying frame type in popup sounds reasonable. Will try to find a way to do that. Not sure about different colours on plot.
Unfortunately, it is not possible to get per frame info when analyzing "packets" (ffprobe -show_entries packet=...)
This functionality available when analyzing "frames" (ffprobe -show_entries frame=...). But in this case processing speed is much slower (~15 times slower in my tests).
May be one day I will add a switch so user will be able to choose how to process files -- per frame or per packet.
However, this is still not decided and so no any ETA.
OK. Thank you.