Skip to content

Releases: fifonik/FFMetrics

v1.7.0 beta 9

24 Apr 00:02
dc330b7

Choose a tag to compare

v1.7.0 beta 9 Pre-release
Pre-release
  • New: Metric template can be defined per metric in FFMetrics.conf (#114)
  • Change: Updated components: System.Drawing.Common (10.0.5 => 10.0.7)

v1.7.0 beta 8

07 Apr 09:37
9c09ba4

Choose a tag to compare

v1.7.0 beta 8 Pre-release
Pre-release
  • Change: Skip & Duration fields UI tweaks
  • Change: Prevent entering non-allowed characters into Skip & Duration fields
  • Bugfix: Command line parameter -vmaf-upscale-to-model renamed to -vmaf-scale-to-model
  • Bugfix: Cannot save file results when bitrate is blank (#198)

v1.7.0 beta 7

05 Apr 04:12
2bdf551

Choose a tag to compare

v1.7.0 beta 7 Pre-release
Pre-release
  • Change: Skip and Duration now can be keyed in as a decimal number of seconds or as a time in format 'hh:mm:ss.ms' (#103)

v1.7.0 beta 6

03 Apr 23:46
d632fa2

Choose a tag to compare

v1.7.0 beta 6 Pre-release
Pre-release
  • New: FFMpeg priority for different operations could be specified in FFMetrics.conf. Accepted priority values are: "Realtime", "High", "AboveNormal", "Normal", "BelowNormal", "Low". (See FFMetrics.conf.example for current defaults)
  • Change: FFMpeg priority for getting version info, getting media info, VMAF models checks, extracting thumbnail & extracting bad frames changed from "BelowNormal" to "Normal"

v1.7.0 beta 5

23 Mar 21:07
15a0f1e

Choose a tag to compare

v1.7.0 beta 5 Pre-release
Pre-release
  • Change: Keyboard shortcuts changed (#196):
    • When plot window is focused, Ctrl+P can be used to close it. So now you can press Ctrl+P to open/close plot window (previously plot window could be toggled with Ctrl+P only when main window is focused).
    • Ctrl+Shift+W can be used to exit the program (in addition to Alt+F4)

v1.7.0 beta 4

23 Mar 02:53
779d7ce

Choose a tag to compare

v1.7.0 beta 4 Pre-release
Pre-release
  • Change: Video streams scaling logic for VMAF calculation changed (#190):
    • "Upscale to model's resolution" renamed to "Scale to model's resolution" as it is now upscaling or downscaling
    • When the checkbox not ticked, distorted is scaled to ref's resolution before VMAF calculation
    • When the checkbox is ticked (default), both ref and distorted are scaled to model's resolution if their resolution differ from model's resolution more then 10% (the threshold can be changed in FFMetrics.conf)
  • Change: Tiny UI adjustments

v1.7.0 beta 3

21 Mar 02:11
469c5e4

Choose a tag to compare

v1.7.0 beta 3 Pre-release
Pre-release
  • Change: From now FFMetrics using libvmaf options model=path='path' & model=enable_transform=true|false instead of deprecated model_path='path', phone_model=1|0 & enable_transform=true|false (#195)
    This is for fixing an issue where VMAF gives an error when 'Phone' checkbox is ticked with FFMpeg version that does not support deprecated options mentioned above.
    • If your FFMpeg version is 5.1 or higher and you did not change Metrics.VMAF.Filter value in FFMetrics.conf -- you do not need to do anything.
    • If your FFMpeg version is 5.1 or higher and you changed Metrics.VMAF.Filter value in FFMetrics.conf -- align its value with new default (provided in FFMetrics.conf.example)
    • If your FFMpeg version is lower then 5.1 the VMAF calculation will stop working and you will need to migrate to newer FFMpeg version or create FFMetrics.conf and adjust Metrics.VMAF.Filter value as in previous FFMetrics version:
      "libvmaf=eof_action=endall:log_fmt={{log_fmt}}:log_path='{{log_path}}':model_path='{{model_path}}':n_threads={{n_threads}}:n_subsample={{n_subsample}}:phone_model={{phone_model}}:pool={{pool}}:model=version={{model_version}}"
  • Change: Updated components: System.Drawing.Common (10.0.3 => 10.0.5)

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)