From 940ca6d751b34f1c95f28fff1c0dc4921695426d Mon Sep 17 00:00:00 2001 From: matty Date: Sat, 13 Apr 2024 19:45:00 -0400 Subject: [PATCH] back to -cq 22 --- dist/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/main.js b/dist/main.js index 030d9ac..d985379 100644 --- a/dist/main.js +++ b/dist/main.js @@ -166,7 +166,7 @@ async function vodBuilder(params) { `-b:v${streamSuffix} ${targetBitrate}`, `-bufsize ${targetBitrate * 2}`, `-profile:v${streamSuffix} high`, - `-cq 18`, + `-cq 22`, `-rc:v vbr`, `-c:v${streamSuffix} h264_nvenc`, `-bf 4` @@ -198,7 +198,7 @@ async function liveBuilder(params) { `-r:v${streamSuffix} ${fps}`, `-profile:v${streamSuffix} high`, `-c:v${streamSuffix} h264_nvenc`, - `-cq 18`, + `-cq 22`, `-g:v${streamSuffix} ${fps * 2}`, `-b:v${streamSuffix} ${targetBitrate}`, `-bufsize ${targetBitrate * 2}`,