A python module for reading and writing Avid Bin Files (AVB) files.
This project is in no way affiliated, nor endorsed in any way with Avid, and their name and all product names are registered brand names and trademarks that belong to them.
- Python >= 2.7
You can install pyavb via:
pip install pyavb
or clone the latest development git master:
git clone https://github.com/markreidvfx/pyavb cd pyavb python setup.py install
Documentation is available on Read the Docs.