From 7e4e089051753bdb7da94168a69cdd2858d6358a Mon Sep 17 00:00:00 2001 From: Regalijan Date: Tue, 26 Mar 2024 23:37:08 -0400 Subject: [PATCH] Only change container on transcoding --- 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 609ca0e..3e9a334 100644 --- a/functions/api/reports/complete.ts +++ b/functions/api/reports/complete.ts @@ -56,7 +56,7 @@ export async function onRequestPost(context: RequestContext) { url: `https://${context.request.headers.get("host")}/api/coconut`, }, outputs: { - mp4: { + "mp4:copy:copy": { path: `/${attachment}.mp4`, }, },