Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatNerdUKnow authored Oct 1, 2020
1 parent da7d087 commit 150e3f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ VMAF is a tool developed by Netflix to grade the quality of a compressed video f

## 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.

## Known bugs
The gui becomes unresponsive while it's running the child processes for ffmpeg and vmaf; this is because the child processes are executed on the main thread. I'm working on multithreading the program to remedy this problem.

0 comments on commit 150e3f9

Please sign in to comment.