diff --git a/functions/api/reports/complete.ts b/functions/api/reports/complete.ts index 3e9a334..8a2f2cf 100644 --- a/functions/api/reports/complete.ts +++ b/functions/api/reports/complete.ts @@ -56,7 +56,10 @@ export async function onRequestPost(context: RequestContext) { url: `https://${context.request.headers.get("host")}/api/coconut`, }, outputs: { - "mp4:copy:copy": { + mp4: { + format: { + level: 22, + }, path: `/${attachment}.mp4`, }, },