v1.0.0: Minimum Viable Product

- Supports scaling, color conversion, format conversion, framerate conversion.
- Any number of distorted files compared to reference file.
- Custom resolution, framerate, format, etc.
- Multiple models and features supported.
This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-12-26 20:26:54 +01:00
parent 7993677abc
commit cdb4fc34ff
6 changed files with 558 additions and 10 deletions
+5 -1
View File
@@ -1,6 +1,6 @@
{
"name": "js-vmaf",
"version": "0.0.0",
"version": "1.0.0",
"description": "A simple tool to quickly and correctly compare a reference file with a distorted file using VMAF.",
"main": "generated/index.js",
"scripts": {
@@ -13,10 +13,14 @@
"author": "Michael Fabian 'Xaymar' Dirks <info@xaymar.com>",
"license": "BSD 3-Clause \"New\" or \"Revised\" License",
"devDependencies": {
"@types/argparse": "^2.0.10",
"@types/node": "^18.11.17",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"eslint": "^8.30.0",
"typescript": "^4.9.4"
},
"dependencies": {
"argparse": "^2.0.1"
}
}