-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
70a496b
commit 2223ef0
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# VMAF-GUI | ||
![](https://img.shields.io/badge/license-MIT-green) | ||
## About | ||
VMAF is a tool developed by Netflix to grade the quality of a compressed video file in comparison to the Original. However, VMAF is only available through the commandline or as an extension to FFMPEG. If you're like me, you find the functionality of VMAF very useful but very time consuming and confusing to use at first. This tool I have built simply adds a gui to the program to make it easy to use. | ||
|
||
## Build | ||
Using visual studio Just click the .sln file then compile for your system. In the folder with your binaries, you'll have to provide your own copy of ffmpeg, vmaf, and the model files for ffmpeg in a subfolder named model. I couldn't figure out how to get VMAF to output the score to stdout so currently the score is only available through the generated log.txt when the program is run. |