]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix duplicate ffmpeg preset option for live
authorChocobozzz <me@florianbigard.com>
Tue, 25 May 2021 08:21:36 +0000 (10:21 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 25 May 2021 09:34:43 +0000 (11:34 +0200)
server/helpers/ffmpeg-utils.ts

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