fifonik / FFMetrics

Visualizes Video Quality Metrics (PSNR, SSIM & VMAF) calculated by ffmpeg.exe
562 stars 22 forks source link

Toggle files from graph #129

Closed tormento closed 3 months ago

tormento commented 5 months ago

It would be nice to toggle file metric graphs directly from the plot window.

A click on the lower caption colors to turn off and on would be more than enough.

To be clear, here:

image

fifonik commented 3 months ago

The OxyPlot library used in the program has in-built functionality for this and it is quite easy to implement the following behaviour:

In other words, the file's checkbox is synced with file name on plot. However, I do not like this behaviour as ticked file's checkbox means the file's metric will be calculated on run.

I believe it should be different options to exclude file from metric's calculation and from displaying on plot. So, the only behaviour that make sense is:

Unfortunately, such implementation require a lot of internal changes for such a small (imho) feature.

So, sorry, this will not be implemented.