From a5ff616c8f2b702c506a93b4dbe7c29696042174 Mon Sep 17 00:00:00 2001 From: Regalijan Date: Wed, 27 Mar 2024 01:33:47 -0400 Subject: [PATCH] Apparently 17 isn't a supported crf value --- functions/api/reports/complete.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/api/reports/complete.ts b/functions/api/reports/complete.ts index 5307c22..b0d36db 100644 --- a/functions/api/reports/complete.ts +++ b/functions/api/reports/complete.ts @@ -58,7 +58,7 @@ export async function onRequestPost(context: RequestContext) { outputs: { mp4: { format: { - level: 17, + level: 20, }, path: `/${attachment}.mp4`, },