Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 403 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 403 Bytes

PyMXF

Python Bindings for the Material Exchange Format (MXF) written in Cython.

Installation

PyMXF uses bmx libMXF as its backend. Make sure you have a recent version installed. LibMXF can be optained from http://sourceforge.net/p/bmxlib/libmxf or if you are on OSX installed via:

brew install cbenhagen/video/libmxf

To install PyMXF run

python setup.py install