From 0b364048329f7b2b461c7521696ba9353498e484 Mon Sep 17 00:00:00 2001 From: Djkato Date: Fri, 17 Jun 2022 16:51:05 +0200 Subject: [PATCH] removing command in console again.. --- lib/encoder.js | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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": {