fifonik / FFMetrics

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

Bug: result file doesn't saves when run from command line #99

Closed iPaltus closed 1 year ago

iPaltus commented 1 year ago

Please fix. Result file doesn't saves when run from command line. FFMetrics.exe -log-level=debug -run -duration=5 -skip=0 -save-results -save-results-file=c:\temp\result.csv c:\temp\kate.mp4 c:\temp\kate_av1_cpu3_q40.mp4

Files permissions ok, writing alowed. Logfile have nothing about result file. Results file saves correctrly when run manually from GUI.

fifonik commented 1 year ago

Sorry for late reply. As per changelog, in version 1.1.0b options -save-results and -save-results-file=... were replaced with options -auto-save-results and -auto-save-results-file=...

iPaltus commented 1 year ago

Thank you, it works! Здорово, что файл результата не переписывается, а дополняется новыми результатами в отдельных строчках - можно считать метрики для новых файлов и натравить Excel на анализ из единого пополняемого файла.