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 mkvmerge
-o "${muxxed}" -o "${muxxed}"
--no-subtitles '"${OUTPUT}"' --no-subtitles '"${OUTPUT}"'
--no-video --no-audio --no-chapters --no-video
--no-global-tags --subtitle-tracks eng '"${INPUT}"' --no-audio
--no-chapters
--no-attachments
--no-global-tags
--subtitle-tracks eng
'"${INPUT}"'
) )
echo echo
echo "${mergeCmd[*]} || exit 1" echo "${mergeCmd[*]} || exit 1"