Fix duplicate ffmpeg preset option for live

pull/4048/head
Chocobozzz 2021-05-25 10:21:36 +02:00
parent 31a911190b
commit d61fa154af
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 0 additions and 1 deletions

View File

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