Skip to content

Commit

Permalink
Add vmaf plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
theChaosCoder committed Nov 8, 2018
1 parent 2b479f9 commit d238579
Show file tree
Hide file tree
Showing 2 changed files with 521 additions and 0 deletions.
28 changes: 28 additions & 0 deletions local/vmaf.json
@@ -0,0 +1,28 @@
{
"name": "VMAF",
"type": "VSPlugin",
"description": "VMAF (Video Multi-Method Assessment Fusion) is a perceptual video quality assessment algorithm developed by Netflix. Can also calculate PSNR, SSIM and MS-SSIM.",
"github": "https://github.com/HomeOfVapourSynthEvolution/VapourSynth-VMAF",
"doom9": "https://forum.doom9.org/showthread.php?t=175862",
"category": "Other",
"identifier": "com.holywu.vmaf",
"namespace": "vmaf",
"dependencies": [
"com.holywu.vmaf.models"
],
"releases": [
{
"version": "r1",
"published": "2018-11-07T10:09:23Z",
"win64": {
"url": "https://github.com/HomeOfVapourSynthEvolution/VapourSynth-VMAF/releases/download/r1/VMAF-r1.7z",
"files": {
"VMAF.dll": [
"plugins64/VMAF.dll",
"dccc6ee32869d8c60a21345bef4c7e77e9dfb7d42e9f1cf0eea3dd4ed6703052"
]
}
}
}
]
}

0 comments on commit d238579

Please sign in to comment.