From 25aa43b7739625b89e7002e963b7bf737b956b15 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Fri, 15 May 2020 20:01:36 +0100 Subject: [PATCH] muxing queue size --- 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 73dd2b1..6221be6 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`; + 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.container = ".mkv"; response.handBrakeMode = false; response.FFmpegMode = true;