mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-20 20:46:25 -07:00
parent
38c37509ba
commit
7b5dc9d625
6 changed files with 12 additions and 12 deletions
|
|
@ -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") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue