cq 24 again, no bitrate

This commit is contained in:
matty 2024-04-13 19:53:49 -04:00
parent 356caf37fd
commit bdcdb2e8e5
1 changed files with 2 additions and 2 deletions

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 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`,