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
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user