mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 15:38:19 -07:00
Update Tdarr_Plugin_vdka_Tiered_CPU_CRF_Based_Configurable.js (#291)
Missing space. Command is invalid this way.
This commit is contained in:
parent
884cadd6a0
commit
e3f1842b74
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
|
|||
|
||||
// encoding settings
|
||||
response.preset += `<io> -map 0 -dn -c:v libx265 -preset ${inputs.ffmpegPreset}`
|
||||
+ `-x265-params crf=${crf}:bframes=${inputs.bframe}:rc-lookahead=32:ref=6:b-intra=1:aq-mode=3`
|
||||
+ ` -x265-params crf=${crf}:bframes=${inputs.bframe}:rc-lookahead=32:ref=6:b-intra=1:aq-mode=3`
|
||||
+ ` ${pixel10Bit} -a53cc 0 -c:a copy -c:s copy -max_muxing_queue_size 9999`;
|
||||
|
||||
response.infoLog += `☑File is ${file.video_resolution}, using CRF value of ${crf}!\n`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue