3 unstable releases
| 0.1.0 | Aug 27, 2025 |
|---|---|
| 0.0.2 | Jan 16, 2025 |
| 0.0.1 | Mar 10, 2024 |
#198 in Video
182 downloads per month
44KB
924 lines
A library for reading and writing Magic Lantern Video files.
A MLV file begins with 4 magic bytes ("MLVI"), followed by 32-bit header size,
followed by FileHeader; all of it can be automatically read with FileHeader::read.
It then contains a sequence of frames, as defined in the frame module, which can be
read iteratively.
A library for reading and writing Magic Lantern Video files.
LICENSE
MIT
Dependencies
~150–620KB
~14K SLoC