From 9848e0de9f13d9a6b3bb21a83f12119a2343e220 Mon Sep 17 00:00:00 2001 From: matty Date: Sat, 13 Apr 2024 19:32:34 -0400 Subject: [PATCH] test -cq 18 from -cq 24 --- dist/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/main.js b/dist/main.js index 83f3ec0..030d9ac 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 24`, + `-cq 18`, `-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 24`, + `-cq 18`, `-g:v${streamSuffix} ${fps * 2}`, `-b:v${streamSuffix} ${targetBitrate}`, `-bufsize ${targetBitrate * 2}`,