This commit is contained in:
Richard Kuhnt 2021-03-31 17:00:04 +00:00
commit c3cbed61f4

13
bucket/vmaf.json Normal file
View File

@ -0,0 +1,13 @@
{
"homepage": "https://github.com/Netflix/vmaf",
"description": "Perceptual video quality assessment based on multi-method fusion.",
"version": "2.1.1",
"license": "BSD-2-Clause-Patent",
"url": "https://github.com/Netflix/vmaf/releases/download/v2.1.1/vmaf.exe",
"hash": "b3f8116e9183824ab6ceca77419a404b801b9a0d3e7aa163f9a93653c3357e8e",
"bin": "vmaf.exe",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/Netflix/vmaf/releases/download/v$version/vmaf.exe"
}
}