Update All tracks vanished after mkvpropedit, the header or chapter editors

Moritz Bunkus 2020-12-07 16:33:23 +00:00
parent 1d7264fdb3
commit ee192075d7

@ -32,4 +32,8 @@ This leads to the following algorithm that all applications reading Matroska fil
Do note, though, that in mkvinfo's default processing mkvinfo will not find those track headers. In order to understand why please see [this FAQ entry](Understanding-mkvinfo's-output).
## Workaround
If you find yourself in this situation, you'll have to re-mux the affected files with `mkvmerge` / the GUI's multiplexer tool. You don't have to change anything, to set any special option — a simple re-mux suffices (e.g. `mkvmerge -o out.mkv in.mkv`).
Categories: [metadata](FAQ#category-metadata), [playback](FAQ#category-playback)