Don't always print arguments to output
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "js-vmaf",
|
"name": "js-vmaf",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "A simple tool to quickly and correctly compare a reference file with a distorted file using VMAF.",
|
"description": "A simple tool to quickly and correctly compare a reference file with a distorted file using VMAF.",
|
||||||
"main": "generated/index.js",
|
"main": "generated/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
+1
-1
@@ -428,7 +428,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AN
|
|||||||
this.license();
|
this.license();
|
||||||
this._args = this._argparse.parse_args();
|
this._args = this._argparse.parse_args();
|
||||||
|
|
||||||
if (!this._args.quiet) console.dir(this._args);
|
//if (!this._args.quiet) console.dir(this._args);
|
||||||
|
|
||||||
// Probe information (color, fps, ...) about the reference file.
|
// Probe information (color, fps, ...) about the reference file.
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user