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"