add no-attachments to merging

This commit is contained in:
2026-02-01 09:31:48 -06:00
parent a8f2ad82fd
commit 78e35b734d

View File

@@ -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"