remove duplicate line

This commit is contained in:
Sam Lavigne 2023-08-30 23:05:33 -04:00
parent 2196c17e04
commit becdef8584
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@
}
await ffmpeg.exec(clist, TIMEOUT);
const data = await ffmpeg.readFile(outname);
rendering = false;
videoValue = URL.createObjectURL(new Blob([data.buffer], { type: "video/mp4" }));
if (outname.endsWith("mp4")) {
setTimeout(() => {