fix the options

This commit is contained in:
loicbersier 2019-09-13 19:07:32 +02:00
parent 39408d758a
commit 03e033804d

View file

@ -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'
};