Skip to content

Releases: ThatNerdUKnow/vmaf-gui

2.1.4

27 Jan 19:22
Compare
Choose a tag to compare

Full Changelog: 2.1.3...2.1.4

Override culture of thread to "en-US" when reading xml data

2.1.3

15 Feb 06:24
Compare
Choose a tag to compare

Full Changelog: 2.1.2...2.1.3

Addresses #12
Also, this should be slightly faster, as vmaf cli will now use all CPU cores on a system

2.1.2

01 Nov 15:56
Compare
Choose a tag to compare

Full Changelog: 2.1.1...2.1.2

Added Error Reporting to help troubleshoot #11

2.1.1

01 May 16:50
0373c85
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.1.1

Use an actual form for model output instead of notepad

30 Apr 21:55
2748034
Compare
Choose a tag to compare

Release for feature branch merge

Related issue:
#6

What's Changed

New Contributors

Full Changelog: 2.0.1...2.1.0

2.0.1

24 Apr 03:41
56a7fa9
Compare
Choose a tag to compare

What's Changed

  • Fix vmaf command invokation by @Ikalou in #5

New Contributors

  • @Ikalou made their first contribution in #5

Full Changelog: 2.0.0...2.0.1

Update to vmaf 2.3.0

15 Jan 18:04
Compare
Choose a tag to compare

This release fixes the UI to work with the new vmaf cli api.
psnr and ssim options have been removed.
Model is no longer selectable because for some reason the bundled vmaf doesn't seem to want to work with the new model files. This will probably be fixed in a future release.
Also, bundled is vmaf 2.3.0

Fix UI bug

03 Jun 00:20
Compare
Choose a tag to compare

This release fixes a UI bug that made it look like VMAF was still running after opening but before closing log.xml.

Add threading

02 Oct 00:13
Compare
Choose a tag to compare

In this release: Child processes are now run in a separate thread so they don't block the main thread and make the windows form unresponsive.
The progress bar has been fixed as well.
Added compiled binaries + dependents

Minor Improvements

27 Sep 18:51
Compare
Choose a tag to compare

This release allows the user to supply their own model files in the model folder. vmaf-gui searches this folder for .pkl files to show on the form (Keep in mind that you must also supply the .pkl.model file as well or else vmaf will fail). Also, The progress bar now resets when "Get VMAF score" is clicked.