diff --git a/Community/Tdarr_Plugin_00td_action_keep_one_audio_stream.js b/Community/Tdarr_Plugin_00td_action_keep_one_audio_stream.js index b415d22..5925da3 100644 --- a/Community/Tdarr_Plugin_00td_action_keep_one_audio_stream.js +++ b/Community/Tdarr_Plugin_00td_action_keep_one_audio_stream.js @@ -89,6 +89,9 @@ const plugin = (file, librarySettings, inputs, otherArguments) => { ); response.preset = transcodeKeepOneAudioStream.preset; + if (['dca', 'truehd'].includes(audioCodec)) { + response.preset += ' -strict -2'; + } response.container = `.${file.container}`; response.handbrakeMode = false; response.FFmpegMode = true;