removing command in console again..

This commit is contained in:
Djkato 2022-06-17 16:51:05 +02:00
parent 5f53f7510b
commit 0b36404832
2 changed files with 3 additions and 3 deletions

View file

@ -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]
}

View file

@ -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": {