Set crf level in attempt to make output less potato
This commit is contained in:
parent
7e4e089051
commit
1d162b768c
@ -56,7 +56,10 @@ export async function onRequestPost(context: RequestContext) {
|
|||||||
url: `https://${context.request.headers.get("host")}/api/coconut`,
|
url: `https://${context.request.headers.get("host")}/api/coconut`,
|
||||||
},
|
},
|
||||||
outputs: {
|
outputs: {
|
||||||
"mp4:copy:copy": {
|
mp4: {
|
||||||
|
format: {
|
||||||
|
level: 22,
|
||||||
|
},
|
||||||
path: `/${attachment}.mp4`,
|
path: `/${attachment}.mp4`,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user