rust-av / matroska

Matroska format support
MIT License
95 stars 20 forks source link

Raw Video Support #9

Open lu-zero opened 6 years ago

lu-zero commented 6 years ago

It has more or less the same requirements of https://github.com/rust-av/matroska/issues/8 Solving one halfway solves the other.

lu-zero commented 5 years ago

I integrated the additional info @kodabb kindly prepared in the formaton.

Next step is parsing the entry.

lu-zero commented 5 years ago

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.