From 0bc894d065ff2c56cca08c7a962a89691aa1f0cf Mon Sep 17 00:00:00 2001 From: Vendicated Date: Wed, 9 Nov 2022 21:17:21 +0100 Subject: [PATCH] CorruptMp4s: Better default --- src/plugins/corruptMp4s.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/corruptMp4s.ts b/src/plugins/corruptMp4s.ts index aefff67..0751d7d 100644 --- a/src/plugins/corruptMp4s.ts +++ b/src/plugins/corruptMp4s.ts @@ -69,7 +69,7 @@ export default definePlugin({ content: "Please upload a mp4 file" }); - const corruption = findOption(args, "kind", "negative"); + const corruption = findOption(args, "kind", "infinite"); const buf = new Uint8Array(await video.arrayBuffer()); let found = false;