Q: But that sucks, I want to change the subtitle font and remux!
A: Well actually I lied about "no remuxing", it can actually be done, just not with mkvmerge. Instead you will need to use Haali's GDSMux (comes with the CCCP as well as with the standalone splitter package). How to do it:
1) Use mkvinfo (comes with the mkvtoolnix package, if you have mkvmerge you have this) to find out the SUID of the file you want to remux. It should look something like this:
Code:
Mã:
Segment UID: 0xa2 0xa6 0xa2 0xa7 0x45 0x22 0x6b 0x85 0x85 0xd4 0x75 0x5e 0x6c 0xf4 0x67 0x60
Remove the "Segment UID:" part and all the "0x", and note it down somewhere.
2) Use mkvextract to extract the chapters XML file.
3) Start GDSMux. On the Input tab, rightclick and hit "Add source". Add the MKV file you want to remux and whatever files you want to change.
4) Go to the Chapters tab and hit "load from file". Load the .xml file you just extracted.
5) Go to the Global options tab and paste the Segment UID in the appropriate field there.
6) Select an output file using the button at the bottom.
7) Hit start.
8) Wait.
9) Profit.