From d82f43cea5c4790b9995b9b3b054b29c4a2b44c4 Mon Sep 17 00:00:00 2001 From: matty Date: Sun, 14 Apr 2024 01:38:39 -0400 Subject: [PATCH] return to cq 25 --- dist/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/main.js b/dist/main.js index 5d8b1ef..2a32571 100644 --- a/dist/main.js +++ b/dist/main.js @@ -167,7 +167,7 @@ async function vodBuilder(params) { //`-b:v${streamSuffix} 0`, `-bufsize ${targetBitrate * 2}`, `-profile:v${streamSuffix} high`, - `-cq 26`, + `-cq 25`, //`-rc vbr`, //`-c:v${streamSuffix} h264_nvenc`, `-bf 4` @@ -199,7 +199,7 @@ async function liveBuilder(params) { `-r:v${streamSuffix} ${fps}`, `-profile:v${streamSuffix} high`, //`-c:v${streamSuffix} h264_nvenc`, - `-cq 26`, + `-cq 25`, `-g:v${streamSuffix} ${fps * 2}`, `-b:v${streamSuffix} ${targetBitrate}`, //`-b:v${streamSuffix} 0`,