Enzyme ====== Enzyme is a Python module to parse video metadata. .. image:: https://travis-ci.org/Diaoul/enzyme.png?branch=master :target: https://travis-ci.org/Diaoul/enzyme Usage ----- 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 >>> mkv.video_tracks [] >>> mkv.audio_tracks [] License ------- Apache2