mirror of
https://github.com/levogevo/ffmpeg-builder.git
synced 2026-03-16 19:20:11 +00:00
add no-attachments to merging
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user