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=[
'-codec:v libx264',
'-profile:v high',
'-profile:v high444',
'-r 15',
'-crf 23',
'-preset ultrafast',
@ -103,4 +103,4 @@ function convert(req,res,next) {
}
module.exports = router
module.exports = router