Compare commits
No commits in common. "dba92b3043c84c5e611baf880e56c1b2d40f5c73" and "29d44fc31a13ec62206747d7c35f153c005c7efa" have entirely different histories.
dba92b3043
...
29d44fc31a
4
dist/main.js
vendored
4
dist/main.js
vendored
@ -164,7 +164,7 @@ async function vodBuilder(params) {
|
||||
`-preset ${pluginSettings.vodQuality}`,
|
||||
`-b:v${streamSuffix} ${targetBitrate}`,
|
||||
`-bufsize ${targetBitrate * 2}`,
|
||||
// `-cq 21`, // increased 19 to 21, file size massive
|
||||
`-cq 19`,
|
||||
`-profile:v${streamSuffix} high`
|
||||
]
|
||||
};
|
||||
@ -196,7 +196,7 @@ async function liveBuilder(params) {
|
||||
`-g:v${streamSuffix} ${fps * 2}`,
|
||||
`-b:v${streamSuffix} ${targetBitrate}`,
|
||||
`-bufsize ${targetBitrate * 2}`,
|
||||
// `-cq 22` // increase for accessibility
|
||||
`-cq 21`
|
||||
]
|
||||
};
|
||||
logger.info(`EncoderOptions: ${JSON.stringify(options)}`);
|
||||
|
Loading…
x
Reference in New Issue
Block a user