forked from Supositware/Haha-Yes
fix the options
This commit is contained in:
parent
39408d758a
commit
03e033804d
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue