1.1.0: Percentiles for JSON logs

- Adds 50th, 75th, 90th, 95th, 99th and 99.9th percentile to the calculations in the JSON log output.
- Fixes being forced to calculate the vmaf_v0.6.1 model.
- Flips the order for scaling reference files.
This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-12-27 01:20:39 +01:00
parent 611157ec67
commit 9431689ac8
4 changed files with 95 additions and 28 deletions
+14 -3
View File
@@ -1,15 +1,16 @@
{
"name": "js-vmaf",
"version": "0.0.0",
"version": "1.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "js-vmaf",
"version": "0.0.0",
"version": "1.0.1",
"license": "BSD 3-Clause \"New\" or \"Revised\" License",
"dependencies": {
"argparse": "^2.0.1"
"argparse": "^2.0.1",
"percentile": "^1.6.0"
},
"devDependencies": {
"@types/argparse": "^2.0.10",
@@ -1266,6 +1267,11 @@
"node": ">=8"
}
},
"node_modules/percentile": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/percentile/-/percentile-1.6.0.tgz",
"integrity": "sha512-8vSyjdzwxGDHHwH+cSGch3A9Uj2On3UpgOWxWXMKwUvoAbnujx6DaqmV1duWXNiH/oEWpyVd6nSQccix6DM3Ng=="
},
"node_modules/picomatch": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
@@ -2499,6 +2505,11 @@
"integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
"dev": true
},
"percentile": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/percentile/-/percentile-1.6.0.tgz",
"integrity": "sha512-8vSyjdzwxGDHHwH+cSGch3A9Uj2On3UpgOWxWXMKwUvoAbnujx6DaqmV1duWXNiH/oEWpyVd6nSQccix6DM3Ng=="
},
"picomatch": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",