From 7642cfe6ed5a72f31d31ccaf56b8fd9804702991 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Fri, 15 Nov 2019 04:05:14 +0000 Subject: [PATCH] Should be keeping subs --- Community/Tdarr_Plugin_s710_nick_h265_nvenc_4K.js | 4 ++-- Community/Tdarr_Plugin_s7x8_winsome_h265.js | 4 ++-- Community/Tdarr_Plugin_s7x9_winsome_h265_10bit.js | 4 ++-- Community/Tdarr_Plugin_s7x9_winsome_h265_nvenc.js | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Community/Tdarr_Plugin_s710_nick_h265_nvenc_4K.js b/Community/Tdarr_Plugin_s710_nick_h265_nvenc_4K.js index b69cf8d..51c84bb 100644 --- a/Community/Tdarr_Plugin_s710_nick_h265_nvenc_4K.js +++ b/Community/Tdarr_Plugin_s710_nick_h265_nvenc_4K.js @@ -141,7 +141,7 @@ function plugin(file) { if (file.container != 'mkv') { response.processFile = true; - response.preset = ', -c:v copy -c:a copy' + response.preset = ', -map 0 -c copy' response.container = '.mkv' response.handBrakeMode = false response.FFmpegMode = true @@ -161,7 +161,7 @@ function plugin(file) { } else { response.processFile = true; - response.preset = '-Z "H.265 MKV 2160p60" --all-audio' + response.preset = '-Z "H.265 MKV 2160p60" --all-audio --all-subtitles' response.container = '.mkv' response.handBrakeMode = true response.FFmpegMode = false diff --git a/Community/Tdarr_Plugin_s7x8_winsome_h265.js b/Community/Tdarr_Plugin_s7x8_winsome_h265.js index d562cd9..1289c2e 100644 --- a/Community/Tdarr_Plugin_s7x8_winsome_h265.js +++ b/Community/Tdarr_Plugin_s7x8_winsome_h265.js @@ -141,7 +141,7 @@ function plugin(file) { if (file.container != 'mkv') { response.processFile = true; - response.preset = ', -c:v copy -c:a copy' + response.preset = ', -map 0 -c copy' response.container = '.mkv' response.handBrakeMode = false response.FFmpegMode = true @@ -161,7 +161,7 @@ function plugin(file) { } else { response.processFile = true; - response.preset = '-Z "H.265 MKV 2160p60" --all-audio' + response.preset = '-Z "H.265 MKV 2160p60" --all-audio --all-subtitles' response.container = '.mkv' response.handBrakeMode = true response.FFmpegMode = false diff --git a/Community/Tdarr_Plugin_s7x9_winsome_h265_10bit.js b/Community/Tdarr_Plugin_s7x9_winsome_h265_10bit.js index ad6695d..a6c19bd 100644 --- a/Community/Tdarr_Plugin_s7x9_winsome_h265_10bit.js +++ b/Community/Tdarr_Plugin_s7x9_winsome_h265_10bit.js @@ -142,7 +142,7 @@ function plugin(file) { if (file.container != 'mkv') { response.processFile = true; - response.preset = ', -c:v copy -c:a copy' + response.preset = ', -map 0 -c copy' response.container = '.mkv' response.handBrakeMode = false response.FFmpegMode = true @@ -162,7 +162,7 @@ function plugin(file) { } else { response.processFile = true; - response.preset = '-Z "H.265 MKV 2160p60" -e x265_10bit --all-audio' + response.preset = '-Z "H.265 MKV 2160p60" -e x265_10bit --all-audio --all-subtitles' response.container = '.mkv' response.handBrakeMode = true response.FFmpegMode = false diff --git a/Community/Tdarr_Plugin_s7x9_winsome_h265_nvenc.js b/Community/Tdarr_Plugin_s7x9_winsome_h265_nvenc.js index d08a6d4..348f59f 100644 --- a/Community/Tdarr_Plugin_s7x9_winsome_h265_nvenc.js +++ b/Community/Tdarr_Plugin_s7x9_winsome_h265_nvenc.js @@ -142,7 +142,7 @@ function plugin(file) { if (file.container != 'mkv') { response.processFile = true; - response.preset = ', -c:v copy -c:a copy' + response.preset = ', -map 0 -c copy' response.container = '.mkv' response.handBrakeMode = false response.FFmpegMode = true @@ -162,7 +162,7 @@ function plugin(file) { } else { response.processFile = true; - response.preset = '-Z "H.265 MKV 2160p60" --all-audio -e nvenc_h265' + response.preset = '-Z "H.265 MKV 2160p60" --all-audio --all-subtitles -e nvenc_h265' response.container = '.mkv' response.handBrakeMode = true response.FFmpegMode = false