Apparently 17 isn't a supported crf value

This commit is contained in:
Regalijan 2024-03-27 01:33:47 -04:00
parent 4550c8467d
commit a5ff616c8f
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -58,7 +58,7 @@ export async function onRequestPost(context: RequestContext) {
outputs: { outputs: {
mp4: { mp4: {
format: { format: {
level: 17, level: 20,
}, },
path: `/${attachment}.mp4`, path: `/${attachment}.mp4`,
}, },