/pymxf

Python Bindings for the Material Exchange Format (MXF)

Primary LanguagePythonGNU Lesser General Public License v2.1LGPL-2.1

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