Matroska File Format
Created on 2020-08-18T04:22:24.675646
- Based on bit tags to determine how long an integer is.
- One integer is the field ID and the second integer is the size of the field's content.
- Contents inside the tag is some arbitrary amount of bytes.
TODO better explain the bit tags
TODO link to code repo that implements this