diff --git a/dist/main.js b/dist/main.js index d6007e4..d43c62c 100644 --- a/dist/main.js +++ b/dist/main.js @@ -167,7 +167,7 @@ async function vodBuilder(params) { // `-bufsize ${targetBitrate * 2}`, //`-crf 21`, // increased 19 to 21, file size massive `-profile:v${streamSuffix} high`, - `-cq 21`, + `-cq 23`, `-c:v${streamSuffix} h264_nvenc` ] }; @@ -197,7 +197,7 @@ async function liveBuilder(params) { // `-r:v${streamSuffix} ${fps}`, `-profile:v${streamSuffix} high`, `-c:v${streamSuffix} h264_nvenc`, - `-cq 21` + `-cq 23` // `-g:v${streamSuffix} ${fps * 2}`, // `-b:v${streamSuffix} ${targetBitrate}`, // `-bufsize ${targetBitrate * 2}`,