#magic #lantern

mlv

Utilities for reading and writing Magic Lantern MLV files

3 unstable releases

0.1.0 Aug 27, 2025
0.0.2 Jan 16, 2025
0.0.1 Mar 10, 2024

#198 in Video

Download history 4/week @ 2025-10-10 9/week @ 2025-10-17 1/week @ 2025-10-24

182 downloads per month

MIT license

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.

Documentation

LICENSE

MIT

Dependencies

~150–620KB
~14K SLoC