matroska
matroska copied to clipboard
Raw Video Support
It has more or less the same requirements of https://github.com/rust-av/matroska/issues/8 Solving one halfway solves the other.
- [ ] Populate the VideoInfo from the \Segment\Tracks\TrackEntry\Video fields.
- [ ] Zero-copying the data may require some high level API retouch
I integrated the additional info @kodabb kindly prepared in the formaton.
Next step is parsing the entry.
The V_UNCOMPRESSED track type is underspecified. We need to clarify specification-wise what we can do. The AVI FourCC import should not be used.