removing command in console again..
This commit is contained in:
parent
5f53f7510b
commit
0b36404832
2 changed files with 3 additions and 3 deletions
|
@ -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]
|
||||
}
|
||||
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue