diff --git a/src/plugins/corruptMp4s.ts b/src/plugins/corruptMp4s.ts index aefff671..0751d7dd 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;