Releases: ThatNerdUKnow/vmaf-gui
2.1.4
Full Changelog: 2.1.3...2.1.4
Override culture of thread to "en-US" when reading xml data
2.1.3
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
Full Changelog: 2.1.1...2.1.2
Added Error Reporting to help troubleshoot #11
2.1.1
Use an actual form for model output instead of notepad
Release for feature branch merge
Related issue:
#6
What's Changed
- Results form by @ThatNerdUKnow in #8
New Contributors
- @ThatNerdUKnow made their first contribution in #8
Full Changelog: 2.0.1...2.1.0
2.0.1
Update to vmaf 2.3.0
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
This release fixes a UI bug that made it look like VMAF was still running after opening but before closing log.xml.
Add threading
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
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.