more compression
This commit is contained in:
parent
6bb2ffe00d
commit
4582508237
1 changed files with 2 additions and 2 deletions
|
@ -32,9 +32,9 @@ class vidshittifierCommand extends Command {
|
||||||
let output = `${os.tmpdir()}/Shittifyed${message.id}.mp4`;
|
let output = `${os.tmpdir()}/Shittifyed${message.id}.mp4`;
|
||||||
let compression;
|
let compression;
|
||||||
if (args.compresion == 1) {
|
if (args.compresion == 1) {
|
||||||
compression = '5M';
|
compression = '600k';
|
||||||
} else if (args.compresion == 2) {
|
} else if (args.compresion == 2) {
|
||||||
compression = '1M';
|
compression = '300k';
|
||||||
} else {
|
} else {
|
||||||
compression = '10k';
|
compression = '10k';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue