Remove rc:v (#223)

* Remove rc:v

* Lint fix
This commit is contained in:
HaveAGitGat 2022-03-05 11:36:53 +01:00 committed by GitHub
parent 38c37509ba
commit 7b5dc9d625
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 12 deletions

View file

@ -355,7 +355,7 @@ function buildVideoConfiguration(inputs, file, logger) {
if (inputs.nvenc === "true") {
configuration.RemoveOutputSetting("-c:v copy");
configuration.AddOutputSetting(
`-c:v hevc_nvenc -rc:v vbr_hq -cq:v 19 ${bitrateSettings} -spatial_aq:v 1 -rc-lookahead:v 32`
`-c:v hevc_nvenc -cq:v 19 ${bitrateSettings} -spatial_aq:v 1 -rc-lookahead:v 32`
);
if (file.video_codec_name === "h263") {