DANMF icon indicating copy to clipboard operation
DANMF copied to clipboard

Layers Configuration

Open cgf21st opened this issue 6 years ago • 3 comments

How is the Layers Configuration calculated in your article? For example, email network, Layers Configuration is 1005-256-128-42? Thanks.

cgf21st avatar Jan 15 '19 15:01 cgf21st

Displaying frame type in popup sounds reasonable. Will try to find a way to do that. Not sure about different colours on plot.

fifonik avatar Dec 20 '23 02:12 fifonik

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.

fifonik avatar Jan 16 '25 09:01 fifonik

OK. Thank you.

PhilippeR avatar Jan 16 '25 10:01 PhilippeR