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
+3 -2
View File
@@ -79,15 +79,16 @@
"property"
],
"no-undef": "warn",
"no-empty": "warn",
"no-empty": "off",
"no-prototype-builtins": "warn",
"no-unreachable": "warn",
"valid-typeof": "warn",
"vars-on-top": "warn",
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/no-inferrable-types": "off",
"@typescript-eslint/no-namespace": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-empty-function": "warn",
"@typescript-eslint/no-empty-function": "off",
"no-debugger": "warn"
}
}