remove duplicate line
This commit is contained in:
parent
2196c17e04
commit
becdef8584
|
@ -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(() => {
|
||||
|
|
Loading…
Reference in New Issue