diff --git a/lib/encoder.js b/lib/encoder.js index ef64663..82acb60 100644 --- a/lib/encoder.js +++ b/lib/encoder.js @@ -96,7 +96,7 @@ class Encoder { command += `-qmax 60 ` command += `-g 240 ` command += `-row-mt 1 "${out}.webm" ` - console.log(command) + //console.log(command) return [command, duration, false] } @@ -132,7 +132,7 @@ class Encoder { command += `-g 240 ` command += `-row-mt 1 -pass 2 "${out}.webm" ` - console.log(command) + //console.log(command) return [command, duration, isTwoPass] } diff --git a/package.json b/package.json index 6daf194..21b681c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "8mb", - "version": "1.0.125", + "version": "1.0.126", "description": "helps free discord users to send any media(image, video, audio) and not get limited by discords 8mb file limit", "main": "index.js", "repository": {