Fix duplicate ffmpeg preset option for live

pull/4048/head
Chocobozzz 2021-05-25 10:21:36 +02:00
parent 008af5c9bb
commit e318e0ebe1
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') command.outputOption('-sc_threshold 0')
addDefaultEncoderGlobalParams({ command }) addDefaultEncoderGlobalParams({ command })