Coding question:
You know how there are libraries in Java that let you load XML files, manipulate their contents via a model, then save them to a new file?
I want to do that with MKV, so that I can make edits to subtitle tracks (WITHOUT re-coding any media streams).
Anyone have any ideas please? I'm sure there must be something somewhere that can do this. I could research the full MKV format and write my own code, but frankly, it's a bit daunting.

