diff --git a/src/App.svelte b/src/App.svelte index 302226b..c67e4e1 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -94,6 +94,8 @@ if (outname.endsWith("mp4")) { clist.splice(clist.length - 1, 0, "-pix_fmt"); clist.splice(clist.length - 1, 0, "yuv420p"); + clist.splice(clist.length - 1, 0, "-preset"); + clist.splice(clist.length - 1, 0, "ultrafast"); } await ffmpeg.exec(clist, TIMEOUT); const data = await ffmpeg.readFile(outname);