mirror of https://github.com/Chocobozzz/PeerTube
Fix duplicate ffmpeg preset option for live
parent
31a911190b
commit
d61fa154af
|
@ -236,7 +236,6 @@ async function getLiveTranscodingCommand (options: {
|
|||
}
|
||||
]
|
||||
|
||||
command.outputOption('-preset superfast')
|
||||
command.outputOption('-sc_threshold 0')
|
||||
|
||||
addDefaultEncoderGlobalParams({ command })
|
||||
|
|
Loading…
Reference in New Issue