Fix duplicate ffmpeg preset option for live

This commit is contained in:
Chocobozzz
2021-05-25 10:21:36 +02:00
parent 31a911190b
commit d61fa154af

View File

@@ -236,7 +236,6 @@ async function getLiveTranscodingCommand (options: {
}
]
command.outputOption('-preset superfast')
command.outputOption('-sc_threshold 0')
addDefaultEncoderGlobalParams({ command })