mirror of https://github.com/Chocobozzz/PeerTube
Fix duplicate ffmpeg preset option for live
parent
008af5c9bb
commit
e318e0ebe1
|
@ -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 New Issue