- New: OxyPlot library upgraded to version 2.1.0
Much faster renderer used (vital when many long files analyzed in one go) - New: Plots moved to separate window that opened manually or automatically when metrics calculation started (#44)
Plots window auto-opening can be turned OFF using menu: "Options | Plot window opened manually" or using command line parameter "-plot-window-manual" - New: Plots can be saved as SVG (smaller file size and better quality when upscaled)
- New: Plots update frequency can be adjusted using menu: "Options | Plot update speed" or using command line parameter "-plot-update-speed=HIGH|NORMAL|LOW|OFF"
- New: Plot line styles can be configured (see "FFMetrics.conf.example") (#71)
- New: New project options "Auto-save results on completion" and "Results auto-save file" (#18)
The options can be specified as command line parameters "-auto-save-results" and "-auto-save-results-file="
They replace previously existed command line parameters "-save-results" and "-save-results-file=" - New: A number of distorted files displayed in program main window title
- New: New command line parameter "-temp-dir=C:\Path\To\Temp". The program will try to create the folder if required (#75)
- New: Command line parameters can be specified in *nix style with double dash: "--param=value"
- Change: Maximum number of distorted files increased from 12 to 24 by default.
User may further increase it by manually configuring plot line styles (see "FFMetrics.conf.example") (#3) - Change: While extracting bad frames, program also extracts and save the same frames from reference file (#26)
- Bugfix: Files are incorrectly updating on plots while re-ordering
- Bugfix: Extracting bad frames is not accurate (#78)
- Bugxif: Unable to drop file dragged from Windows Explorer to ref input (#77)
- Bugfix: Crash while dragging item from distorted files list over blank Ref field (#79)