fifonik / FFMetrics

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

how to open prebuilt vmaf json files? #116

Closed nukim1 closed 6 months ago

nukim1 commented 1 year ago

I want to open some vmaf json files on 'Plots' dialog. but i have no idea how to do

fifonik commented 1 year ago

Well, you cannot as the program does not have such functionality.

nukim1 commented 1 year ago

ok thanks

SebSonic1979 commented 1 year ago

Do you plan to add this? Re-opening saved Metrics for visualization after the Program was closed would be very handy.

fifonik commented 1 year ago

TLTR: I do not have plans to implement this, sorry.

Full story: With "Save results" the only per file results saved (actually appended) to csv file. No per frames metrics stored there at all. Per frame values saved in csv files when you tick checkbox "Save frames metrics to files". However, this is simple helper that works while files are being processed. Files format inconsistent between metrics and every received field saved. The goal here --create cvs files that can be opened and used with Excel. Program is unable to open these files back.

Technically it would be possible to add functionality that will read these files back, but it would be very strange to have a loaded graph that is not related to anything that is displayed in program at the same time.

Proper implementation would require to have saves that contain all per frame metrics and make the program more complicated and harder to use. I'd like to avoid this.