From f5c0df216cc7206a85cec843549a8ab22cc11540 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Sat, 16 May 2020 05:50:36 +0100 Subject: [PATCH] Update Tdarr_Plugin_075a_FFMPEG_HEVC_Generic.js --- Community/Tdarr_Plugin_075a_FFMPEG_HEVC_Generic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Community/Tdarr_Plugin_075a_FFMPEG_HEVC_Generic.js b/Community/Tdarr_Plugin_075a_FFMPEG_HEVC_Generic.js index 6221be6..e8edd9b 100644 --- a/Community/Tdarr_Plugin_075a_FFMPEG_HEVC_Generic.js +++ b/Community/Tdarr_Plugin_075a_FFMPEG_HEVC_Generic.js @@ -41,7 +41,7 @@ function plugin(file) { } response.processFile = true; - response.preset = `,-map 0:v -map 0:a -map 0:s? -map 0:d? -c copy -c:v:0 libx265 -max-muxing_queue_size 9999`; + response.preset = `,-map 0:v -map 0:a -map 0:s? -map 0:d? -c copy -c:v:0 libx265 `; response.container = ".mkv"; response.handBrakeMode = false; response.FFmpegMode = true;