commit
This commit is contained in:
parent
7a86ad95b4
commit
afb3a2d0fd
3 changed files with 20 additions and 5 deletions
|
@ -157,6 +157,7 @@ export const ffmpegConvert = (path: string, filename: string, extension: string)
|
|||
reject(`Submitted file is neither a video nor a gif: ${path}`);
|
||||
});
|
||||
}
|
||||
<<<<<<< HEAD
|
||||
|
||||
return new Promise<void>((resolve, reject) => {
|
||||
ffmpeg()
|
||||
|
@ -182,4 +183,7 @@ export const ffProbe = (path: string, filename: string, extension: string) => {
|
|||
resolve(data);
|
||||
});
|
||||
});
|
||||
}
|
||||
}
|
||||
=======
|
||||
};**/
|
||||
>>>>>>> f730b3d (commit)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue