Enzyme

Release v0.3

Enzyme is a Python module to handle video metadata.

Features

Parse a MKV file:

>>> with open('How.I.Met.Your.Mother.S08E21.720p.HDTV.X264-DIMENSION.mkv', 'rb') as f:
...    mkv = enzyme.MKV(f)
...
>>> mkv.info
Info(title=None, duration=0:20:56.005000, date=2013-04-15 14:06:50)
>>> mkv.video_tracks
[VideoTrack(1, 1280x720, V_MPEG4/ISO/AVC, name=None, language=eng)]
>>> mkv.audio_tracks
[AudioTrack(2, 6 channel(s), 48000Hz, A_AC3, name=None, language=und)]

API Documentation

If you are looking for information on a specific function, class or method, this part of the documentation is for you.

Enzyme

Enzyme is a video metadata parser library written in Python.

PyPI downloads

Donate

If you like enzyme, please consider making a donation

This Page

Fork me on GitHub