fix vbr_hq
This commit is contained in:
parent
5a20d190b1
commit
fcc8ecb3ee
4
dist/main.js
vendored
4
dist/main.js
vendored
@ -168,7 +168,7 @@ async function vodBuilder(params) {
|
||||
`-bufsize ${targetBitrate * 2}`,
|
||||
`-profile:v${streamSuffix} high`,
|
||||
`-cq 25`,
|
||||
`-rc:v vbr_hq`,
|
||||
`-rc vbr_hq`,
|
||||
//`-c:v${streamSuffix} h264_nvenc`,
|
||||
`-bf 4`
|
||||
]
|
||||
@ -204,7 +204,7 @@ async function liveBuilder(params) {
|
||||
`-b:v${streamSuffix} ${targetBitrate}`,
|
||||
//`-b:v${streamSuffix} 0`,
|
||||
`-bufsize ${targetBitrate * 2}`,
|
||||
`-rc:v vbr_hq`,
|
||||
`-rc vbr_hq`,
|
||||
`-bf 4`
|
||||
]
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user