From bdcdb2e8e5ef548540a04ef929e7759c261687e3 Mon Sep 17 00:00:00 2001 From: matty Date: Sat, 13 Apr 2024 19:53:49 -0400 Subject: [PATCH] cq 24 again, no bitrate --- dist/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/main.js b/dist/main.js index cef0be3..66ac1a1 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 18`, + `-cq 24`, `-rc:v 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 18`, + `-cq 24`, `-g:v${streamSuffix} ${fps * 2}`, //`-b:v${streamSuffix} ${targetBitrate}`, `-b:v${streamSuffix} 0`,