Update convert.js
This commit is contained in:
parent
b887b4610d
commit
6d7b363230
|
@ -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',
|
||||||
|
@ -103,4 +103,4 @@ function convert(req,res,next) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = router
|
module.exports = router
|
||||||
|
|
Loading…
Reference in New Issue
Block a user