snippetbashTip
mkvpropedit — Modify properties of existing Matroska files without a complete remux. More information: <https://mk
Viewed 0 times
commandfilesmodifymatroskacliexistingmkvpropeditproperties
linux
Problem
How to use the
mkvpropedit command: Modify properties of existing Matroska files without a complete remux. More information: <https://mkvtoolnix.download/doc/mkvpropedit.html>.Solution
mkvpropedit — Modify properties of existing Matroska files without a complete remux. More information: <https://mkvtoolnix.download/doc/mkvpropedit.html>.Delete title:
mkvpropedit {{[-d|--delete]}} title {{path/to/file.mkv}}Mark subtitle track 3 as SDH - Subtitles for deaf and hearing impared:
mkvpropedit {{path/to/file.mkv}} {{[-e|--edit]}} track:s3 {{[-s|--set]}} flag-hearing-impaired=1Mark audio track 2 as Default:
mkvpropedit {{path/to/file.mkv}} {{[-e|--edit]}} track:a2 {{[-s|--set]}} flag-default=1Delete the name of video track 1:
mkvpropedit {{path/to/file.mkv}} {{[-e|--edit]}} track:v1 {{[-d|--delete]}} nameCode Snippets
Delete title
mkvpropedit {{[-d|--delete]}} title {{path/to/file.mkv}}Mark subtitle track 3 as SDH - Subtitles for deaf and hearing impared
mkvpropedit {{path/to/file.mkv}} {{[-e|--edit]}} track:s3 {{[-s|--set]}} flag-hearing-impaired=1Mark audio track 2 as Default
mkvpropedit {{path/to/file.mkv}} {{[-e|--edit]}} track:a2 {{[-s|--set]}} flag-default=1Delete the name of video track 1
mkvpropedit {{path/to/file.mkv}} {{[-e|--edit]}} track:v1 {{[-d|--delete]}} nameContext
tldr-pages: linux/mkvpropedit
Revisions (0)
No revisions yet.