Enzyme
Enzyme is a Python module to parse video metadata.
Usage
Parse a MKV file metadata:
>>> import enzyme
>>> with open('example.mkv', 'rb') as f:
... mkv = enzyme.MKV(f)
...
>>> mkv.info
<Info [title=None, duration=0:00:01.440000, date=2015-03-14 08:40:16]>
>>> mkv.video_tracks
[<VideoTrack [2, 720x576, V_DIRAC, name=u'Video\x00', language=None]>]
>>> mkv.audio_tracks
[<AudioTrack [1, 2 channel(s), 44100Hz, A_MS/ACM, name=u'Audio\x00', language=None]>]
License
Enzyme is licensed under the MIT license.
Release files for enzyme 0.5.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| enzyme-0.5.2.tar.gz | 50.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| enzyme-0.5.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 73.6 kB
Release files / enzyme-0.5.2.tar.gz
| Download URL | enzyme-0.5.2.tar.gz |
|---|---|
| Size | 50.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7cf779148d9e66eb2838603eace140c53c3cefc8b8fe5d4d5a03a5fb5d57b3c1
|
|
BLAKE2b-256 checksum How to use checksums |
6ed8a390f96ac0ccc33ca1c0e5c9cb9fc73f0623117e310594b6bc3be87005de
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / enzyme-0.5.2-py3-none-any.whl
| Download URL | enzyme-0.5.2-py3-none-any.whl |
|---|---|
| Size | 23.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5a85306c136368d78f299bb74bf0c5f5d37e2689adc5caec5aba5ee2f029296b
|
|
BLAKE2b-256 checksum How to use checksums |
67bcbe0fbce0eb198f4361f462520122151b0ec347ecaeb5d349cf36ae0ac751
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|