pymxf icon indicating copy to clipboard operation
pymxf copied to clipboard

Python Bindings for the Material Exchange Format (MXF)

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