replace -cq 30 with -cq 19
This commit is contained in:
parent
72d52d1580
commit
8fda9f4435
4
dist/main.js
vendored
4
dist/main.js
vendored
@ -167,7 +167,7 @@ async function vodBuilder(params) {
|
||||
// `-bufsize ${targetBitrate * 2}`,
|
||||
//`-crf 21`, // increased 19 to 21, file size massive
|
||||
`-profile:v${streamSuffix} high`,
|
||||
`-cq 30`,
|
||||
`-cq 19`,
|
||||
`-c:v${streamSuffix} h264_nvenc`
|
||||
]
|
||||
};
|
||||
@ -197,7 +197,7 @@ async function liveBuilder(params) {
|
||||
// `-r:v${streamSuffix} ${fps}`,
|
||||
`-profile:v${streamSuffix} high`,
|
||||
`-c:v${streamSuffix} h264_nvenc`,
|
||||
`-cq 30`
|
||||
`-cq 19`
|
||||
// `-g:v${streamSuffix} ${fps * 2}`,
|
||||
// `-b:v${streamSuffix} ${targetBitrate}`,
|
||||
// `-bufsize ${targetBitrate * 2}`,
|
||||
|
Loading…
Reference in New Issue
Block a user