From efbbdb7ad61860cda1ab369695a4fa9ef31de681 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Thu, 6 Apr 2023 18:08:37 +0100 Subject: [PATCH] Update tests --- .../Tdarr_Plugin_00td_action_add_audio_stream_codec.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/Community/Tdarr_Plugin_00td_action_add_audio_stream_codec.js b/tests/Community/Tdarr_Plugin_00td_action_add_audio_stream_codec.js index 3862352..3976913 100644 --- a/tests/Community/Tdarr_Plugin_00td_action_add_audio_stream_codec.js +++ b/tests/Community/Tdarr_Plugin_00td_action_add_audio_stream_codec.js @@ -11,7 +11,7 @@ const tests = [ }, output: { processFile: true, - preset: ',-map 0:v -map 0:1 -map 0:a -map 0:s? -map 0:d? -c copy -c:a:0 aac -ac 2', + preset: ',-map 0:v -map 0:1 -map 0:a -map 0:s? -map 0:d? -c copy -c:a:0 aac -ac 2 -max_muxing_queue_size 9999', container: '.mp4', handBrakeMode: false, FFmpegMode: false, @@ -32,7 +32,7 @@ const tests = [ }, output: { processFile: true, - preset: ',-map 0:v -map 0:1 -map 0:a -map 0:s? -map 0:d? -c copy -c:a:0 eac3 -ac 2', + preset: ',-map 0:v -map 0:1 -map 0:a -map 0:s? -map 0:d? -c copy -c:a:0 eac3 -ac 2 -max_muxing_queue_size 9999', container: '.mp4', handBrakeMode: false, FFmpegMode: false, @@ -54,7 +54,7 @@ const tests = [ }, output: { processFile: true, - preset: ',-map 0:v -map 0:1 -map 0:a -map 0:s? -map 0:d? -c copy -c:a:0 eac3 -ac 6', + preset: ',-map 0:v -map 0:1 -map 0:a -map 0:s? -map 0:d? -c copy -c:a:0 eac3 -ac 6 -max_muxing_queue_size 9999', container: '.mp4', handBrakeMode: false, FFmpegMode: false, @@ -77,7 +77,7 @@ const tests = [ }, output: { processFile: true, - preset: ',-map 0:v -map 0:1 -map 0:a -map 0:s? -map 0:d? -c copy -c:a:0 eac3 -ac 6', + preset: ',-map 0:v -map 0:1 -map 0:a -map 0:s? -map 0:d? -c copy -c:a:0 eac3 -ac 6 -max_muxing_queue_size 9999', container: '.mp4', handBrakeMode: false, FFmpegMode: false,