Update convert.js

This commit is contained in:
Namhyeon Go 2023-10-17 21:17:52 +09:00 committed by GitHub
parent b887b4610d
commit 6d7b363230
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ function convert(req,res,next) {
{ {
ffmpegParams.outputOptions=[ ffmpegParams.outputOptions=[
'-codec:v libx264', '-codec:v libx264',
'-profile:v high', '-profile:v high444',
'-r 15', '-r 15',
'-crf 23', '-crf 23',
'-preset ultrafast', '-preset ultrafast',