Skip to content

Releases: fifonik/FFMetrics

v1.7.0 beta 2

10 Mar 03:52
1e4a91b

Choose a tag to compare

v1.7.0 beta 2 Pre-release
Pre-release
  • New: New config option "ShowPreviewColumn": false can be used to hide preview grid column (#194)

v1.7.0 beta 1

03 Mar 11:23
951501f

Choose a tag to compare

v1.7.0 beta 1 Pre-release
Pre-release
  • 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

13 Jan 01:58
e2fe40e

Choose a tag to compare

  • Change: FFMpeg priority while calculating metrics changed from 'Below Normal' to 'Low' (#193)

v1.6.5 beta 2

19 Dec 06:47
f06f98e

Choose a tag to compare

v1.6.5 beta 2 Pre-release
Pre-release
  • Change: Updated components: System.Drawing.Common (9.0.10 => 10.0.1)
  • Bugfix: Apostrophy character not escaped in FFMpeg's libvmaf option (#187)
  • Bugfix: Crash after generating preview on some systems (#191)

v1.6.5 beta 1

01 Nov 08:33
7e95042

Choose a tag to compare

v1.6.5 beta 1 Pre-release
Pre-release
  • 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

08 Aug 11:51
e8f0d3e

Choose a tag to compare

v1.6.0 beta 6 Pre-release
Pre-release
  • 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

07 Aug 10:32
a399f9b

Choose a tag to compare

v1.6.0 beta 5 Pre-release
Pre-release
  • Bugfix: Unable to load saved project (broken in 1.6.0 beta 3)

v1.6.0 beta 4

03 Aug 11:43
4642203

Choose a tag to compare

v1.6.0 beta 4 Pre-release
Pre-release
  • Bugfix: FFMpeg location specified in conf/command line parameter does not work

v1.6.0 beta 3

02 Aug 01:09
565e8c0

Choose a tag to compare

v1.6.0 beta 3 Pre-release
Pre-release
  • 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

17 May 11:04
da9c396

Choose a tag to compare

v1.6.0 beta 2 Pre-release
Pre-release
  • 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)