Releases: fifonik/FFMetrics
Releases · fifonik/FFMetrics
v1.7.0 beta 2
- New: New config option
"ShowPreviewColumn": falsecan be used to hide preview grid column (#194)
v1.7.0 beta 1
- New: xPSNR metric added: https://github.com/fraunhoferhhi/xpsnr (#162)
- Change: Partially reverted change from 1.6.0b1 so now files' checkboxes not disabled while processing (#178)
- Change: Updated components: System.Drawing.Common (10.0.1 => 10.0.3)
v1.6.5 Release
v1.6.5 beta 2
v1.6.5 beta 1
- New: A new checkbox "VMAF | Upscale to model's resolution" added. When ticked (default), inputs (ref & main) are upscaled to model's resolution (if required) (#190)
- New: Added a new command line parameter "-vmaf-upscale-to-model"
- New: Show '[DEBUG]' in title when program started with
-log-level=debug - Change: Updated components: Newtonsoft.Json (13.0.3 => 13.0.4), System.Drawing.Common (9.0.8 => 9.0.10)
- Bugfix: FFMpeg commands logging was not activated when program started with
log-level=debug
v1.6.0 beta 6
- New: Results format can be defined in config as comma-separated string (see FFMetrics.conf.example)
- Change: Default results format changed: now it includes percentiles & frames count, so if you'd like to append results to your existing cvs file you will need to define old format in config (#166)
- Change: Updated components: System.Drawing.Common (9.0.7 => 9.0.8)
v1.6.0 beta 5
- Bugfix: Unable to load saved project (broken in 1.6.0 beta 3)
v1.6.0 beta 4
- Bugfix: FFMpeg location specified in conf/command line parameter does not work
v1.6.0 beta 3
- New: FFMpeg location can be specified in FFMetrics.conf ("FFMpegDir": "..\\Path\\To\\Dir") or as a command line parameter "-ffmpeg-dir=<dirspec>" (#183)
- Change: Progressive/interlace detection logic adjusted (#184)
- Change: Updated components: System.Drawing.Common (9.0.5 => 9.0.7)
- Bugfix: Program crashes when no ffmpeg.exe found
- Bugfix: Incorrect program version (I've forgot to change it in previous beta)
v1.6.0 beta 2
- Change: Sorting functionality is disabled while processing
- Change: Updated components: System.Drawing.Common (9.0.4 => 9.0.5)
- Bugfix: Files' checkboxes cannot be enabled once disabled (#180)