- New: Ability to reset results per metric added (#91)
- New: FFMpeg in-built VMAF models auto-detection added (#86)
- New: FFMpeg timeouts can be configured in FFMetrics.conf (see "FFMetrics.conf.example") (#73)
- New: A list of FFMpeg built-in VMAF models can be specified in FFMetrics.conf (see "FFMetrics.conf.example").
If the list is specified, the program will not check if these models actually available and will just try to use them. - New: Progress displayed on program startup
- Change: Removed ability to specify FFMpeg colon escape characters in FFMetrics.conf
- Change: Relative path to VMAF model is used by default
- Change: All external VMAF models are checked now (previously only the first model was checked). Note: this is slowing down program startup that is noticeable on low end PC.
- Change: Updated components System.Drawing.Common and System.Runtime.CompilerServices
- Change: Migrated .NET 4.7.2 => .NET 4.8 (#88)
- Change: Migrated to Visual Studio 2022