return to cq 25

This commit is contained in:
matty 2024-04-14 01:38:39 -04:00
parent 1e39ac631d
commit d82f43cea5

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 26`,
`-cq 25`,
//`-rc 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 26`,
`-cq 25`,
`-g:v${streamSuffix} ${fps * 2}`,
`-b:v${streamSuffix} ${targetBitrate}`,
//`-b:v${streamSuffix} 0`,