1
0
Fork 0

fix the options

akairo
loicbersier 5 years ago
parent 39408d758a
commit 03e033804d

@ -114,8 +114,8 @@ class DownloadCommand extends Command {
}
const options = {
input: `${fileName}.mp4`,
output: `${fileName}Ready.mp4`,
input: `${os.tmpdir()}/${fileName}.mp4`,
output: `${os.tmpdir()}/${fileName}Ready.mp4`,
preset: 'General/Gmail Small 10 Minutes 288p30'
};

Loading…
Cancel
Save