mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
vmaf: Update to version 2.3.0 (#3451)
This commit is contained in:
parent
20261a4df9
commit
d60218e751
@ -1,14 +1,21 @@
|
|||||||
{
|
{
|
||||||
"version": "2.1.1",
|
"version": "2.3.0",
|
||||||
"description": "Perceptual video quality assessment based on multi-method fusion.",
|
"description": "Perceptual video quality assessment based on multi-method fusion.",
|
||||||
"homepage": "https://github.com/Netflix/vmaf",
|
"homepage": "https://github.com/Netflix/vmaf",
|
||||||
"license": "BSD-2-Clause-Patent",
|
"license": "BSD-2-Clause-Patent",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/Netflix/vmaf/releases/download/v2.1.1/vmaf.exe",
|
"url": "https://github.com/Netflix/vmaf/releases/download/v2.3.0/vmaf.exe",
|
||||||
"hash": "b3f8116e9183824ab6ceca77419a404b801b9a0d3e7aa163f9a93653c3357e8e"
|
"hash": "8778dd089a8f4357661084a644b67be1944f2ddf9c1aad6766fdcfbeaa06563c"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "vmaf.exe",
|
"bin": "vmaf.exe",
|
||||||
"checkver": "github"
|
"checkver": "github",
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/Netflix/vmaf/releases/download/v$version/vmaf.exe"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user