Fix duplicate ffmpeg preset option for live
This commit is contained in:
parent
31a911190b
commit
d61fa154af
1 changed files with 0 additions and 1 deletions
|
@ -236,7 +236,6 @@ async function getLiveTranscodingCommand (options: {
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
command.outputOption('-preset superfast')
|
|
||||||
command.outputOption('-sc_threshold 0')
|
command.outputOption('-sc_threshold 0')
|
||||||
|
|
||||||
addDefaultEncoderGlobalParams({ command })
|
addDefaultEncoderGlobalParams({ command })
|
||||||
|
|
Loading…
Reference in a new issue