From baaeb707debdb6e761026d41619ec17e1c10f5b2 Mon Sep 17 00:00:00 2001 From: stenki-eu <39874856+stenki-eu@users.noreply.github.com> Date: Tue, 4 Jan 2022 19:35:58 +0100 Subject: [PATCH] Update Tdarr_Plugin_vdka_Tiered_NVENC_CQV_BASED_CONFIGURABLE.js (#243) missing blank --- .../Tdarr_Plugin_vdka_Tiered_NVENC_CQV_BASED_CONFIGURABLE.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Community/Tdarr_Plugin_vdka_Tiered_NVENC_CQV_BASED_CONFIGURABLE.js b/Community/Tdarr_Plugin_vdka_Tiered_NVENC_CQV_BASED_CONFIGURABLE.js index 7d3db5e..0036231 100644 --- a/Community/Tdarr_Plugin_vdka_Tiered_NVENC_CQV_BASED_CONFIGURABLE.js +++ b/Community/Tdarr_Plugin_vdka_Tiered_NVENC_CQV_BASED_CONFIGURABLE.js @@ -219,7 +219,7 @@ const plugin = (file, librarySettings, inputs, otherArguments) => { //codec will be checked so it can be transcoded correctly if (file.video_resolution === '480p' || file.video_resolution === '576p') { cqvinuse = `${inputs.sdCQV}` - response.preset += `,${map} -dn -c:v hevc_nvenc-rc vbr_hq -b:v 0 -preset ${ffmpeg_preset} -cq ${inputs.sdCQV} -rc-lookahead 32 -bf ${inputs.bframe} -a53cc 0 -c:a copy ${subcli}${maxmux}` + response.preset += `,${map} -dn -c:v hevc_nvenc -rc vbr_hq -b:v 0 -preset ${ffmpeg_preset} -cq ${inputs.sdCQV} -rc-lookahead 32 -bf ${inputs.bframe} -a53cc 0 -c:a copy ${subcli}${maxmux}` transcode = 1 } @@ -260,4 +260,4 @@ const plugin = (file, librarySettings, inputs, otherArguments) => { module.exports.details = details; -module.exports.plugin = plugin; \ No newline at end of file +module.exports.plugin = plugin;