mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-18 11:46:25 -07:00
parent
38c37509ba
commit
7b5dc9d625
6 changed files with 12 additions and 12 deletions
|
|
@ -451,7 +451,7 @@ function buildVideoConfiguration(inputs, file, logger) {
|
|||
|
||||
configuration.RemoveOutputSetting("-c:v copy");
|
||||
configuration.AddOutputSetting(
|
||||
`-c:v hevc_nvenc -rc:v vbr_hq -qmin 0 -cq:v ${cq} -b:v ${bitratetarget}k -maxrate:v ${bitratemax}k -preset medium -rc-lookahead 32 -spatial_aq:v 1 -aq-strength:v 8`
|
||||
`-c:v hevc_nvenc -qmin 0 -cq:v ${cq} -b:v ${bitratetarget}k -maxrate:v ${bitratemax}k -preset medium -rc-lookahead 32 -spatial_aq:v 1 -aq-strength:v 8`
|
||||
);
|
||||
|
||||
configuration.AddInputSetting(inputSettings[file.video_codec_name]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue