From c57828e1520352fc4c57b289e71a314b440ad25c Mon Sep 17 00:00:00 2001 From: loicbersier Date: Thu, 14 May 2020 06:48:03 +0200 Subject: [PATCH] Updated handbrake preset --- commands/utility/download.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/utility/download.js b/commands/utility/download.js index 56a365d..d26a032 100644 --- a/commands/utility/download.js +++ b/commands/utility/download.js @@ -103,7 +103,7 @@ class DownloadCommand extends Command { const options = { input: `${os.tmpdir()}/${fileName}.${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);