Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Set crf level in attempt to make output less potato
  • Loading branch information
regalijan committed Mar 27, 2024
1 parent 7e4e089 commit 1d162b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion functions/api/reports/complete.ts
Expand Up @@ -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`,
},
},
Expand Down

0 comments on commit 1d162b7

Please sign in to comment.