Updated handbrake preset

This commit is contained in:
loicbersier 2020-05-14 06:48:03 +02:00
parent f02b535254
commit c57828e152

View file

@ -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);