mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-16 02:35:54 -07:00
Removed -tune argument breaking functionality.
This commit is contained in:
parent
a6673a514e
commit
fe18f31eaf
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
|
||||||
response.preset = '-c:v vp8_cuvid';
|
response.preset = '-c:v vp8_cuvid';
|
||||||
}
|
}
|
||||||
|
|
||||||
response.preset += `,-map 0 -c:v h264_nvenc -preset fast -crf 23 -tune film ${bitrateSettings} `
|
response.preset += `,-map 0 -c:v h264_nvenc -preset fast -crf 23 ${bitrateSettings} `
|
||||||
+ `-c:a copy -c:s copy -max_muxing_queue_size 9999 -pix_fmt yuv420p ${extraArguments}`;
|
+ `-c:a copy -c:s copy -max_muxing_queue_size 9999 -pix_fmt yuv420p ${extraArguments}`;
|
||||||
response.processFile = true;
|
response.processFile = true;
|
||||||
response.infoLog += 'File is not h264. Transcoding. \n';
|
response.infoLog += 'File is not h264. Transcoding. \n';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue