Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Apparently 17 isn't a supported crf value
  • Loading branch information
regalijan committed Mar 27, 2024
1 parent 4550c84 commit a5ff616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/api/reports/complete.ts
Expand Up @@ -58,7 +58,7 @@ export async function onRequestPost(context: RequestContext) {
outputs: {
mp4: {
format: {
level: 17,
level: 20,
},
path: `/${attachment}.mp4`,
},
Expand Down

0 comments on commit a5ff616

Please sign in to comment.