change to cq 20 rather than 22

This commit is contained in:
matty 2024-04-13 22:13:37 -04:00
parent 6640ba5c25
commit 6a150618b9

4
dist/main.js vendored
View File

@ -167,7 +167,7 @@ async function vodBuilder(params) {
//`-b:v${streamSuffix} 0`,
`-bufsize ${targetBitrate * 2}`,
`-profile:v${streamSuffix} high`,
`-cq 22`,
`-cq 20`,
`-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 22`,
`-cq 20`,
`-g:v${streamSuffix} ${fps * 2}`,
`-b:v${streamSuffix} ${targetBitrate}`,
//`-b:v${streamSuffix} 0`,