From 78e35b734dd9fe0382650743e1141705d27a2fa7 Mon Sep 17 00:00:00 2001 From: Levon Gevorgyan Date: Sun, 1 Feb 2026 09:31:48 -0600 Subject: [PATCH] add no-attachments to merging --- lib/encode.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/lib/encode.sh b/lib/encode.sh index 6997de5..fe49ad4 100644 --- a/lib/encode.sh +++ b/lib/encode.sh @@ -461,8 +461,13 @@ gen_encode_script() { mkvmerge -o "${muxxed}" --no-subtitles '"${OUTPUT}"' - --no-video --no-audio --no-chapters - --no-global-tags --subtitle-tracks eng '"${INPUT}"' + --no-video + --no-audio + --no-chapters + --no-attachments + --no-global-tags + --subtitle-tracks eng + '"${INPUT}"' ) echo echo "${mergeCmd[*]} || exit 1"