Layers Configuration
How is the Layers Configuration calculated in your article? For example, email network, Layers Configuration is 1005-256-128-42? 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.