forked from Supositware/Haha-Yes
Updated handbrake preset
This commit is contained in:
parent
f02b535254
commit
c57828e152
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class DownloadCommand extends Command {
|
||||||
const options = {
|
const options = {
|
||||||
input: `${os.tmpdir()}/${fileName}.${ext}`,
|
input: `${os.tmpdir()}/${fileName}.${ext}`,
|
||||||
output: `${os.tmpdir()}/${fileName}compressed.${ext}`,
|
output: `${os.tmpdir()}/${fileName}compressed.${ext}`,
|
||||||
preset: 'General/Gmail Small 10 Minutes 288p30'
|
preset: 'Web/Discord Tiny 5 Minutes 240p30'
|
||||||
};
|
};
|
||||||
|
|
||||||
let handbrake = hbjs.spawn(options);
|
let handbrake = hbjs.spawn(options);
|
||||||
|
|
Loading…
Reference in a new issue