enzyme 0.5.2
pip install enzyme
Latest version
Released:
Video metadata parser
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Antoine Bertin
- Maintainer: Antoine Bertin
- Tags video, metadata, parser, mkv, matroska, ebml
- Requires: Python >=3.8
-
Provides-Extra:
dev
,docs
,test
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
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.
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Antoine Bertin
- Maintainer: Antoine Bertin
- Tags video, metadata, parser, mkv, matroska, ebml
- Requires: Python >=3.8
-
Provides-Extra:
dev
,docs
,test
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file enzyme-0.5.2.tar.gz
.
File metadata
- Download URL: enzyme-0.5.2.tar.gz
- Upload date:
- Size: 50.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7cf779148d9e66eb2838603eace140c53c3cefc8b8fe5d4d5a03a5fb5d57b3c1 |
|
MD5 | 6f7780b51a1efb9b70cf97dcbfb36c4c |
|
BLAKE2b-256 | 6ed8a390f96ac0ccc33ca1c0e5c9cb9fc73f0623117e310594b6bc3be87005de |
File details
Details for the file enzyme-0.5.2-py3-none-any.whl
.
File metadata
- Download URL: enzyme-0.5.2-py3-none-any.whl
- Upload date:
- Size: 23.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a85306c136368d78f299bb74bf0c5f5d37e2689adc5caec5aba5ee2f029296b |
|
MD5 | 922d1ced2a4ba7f90ab4cb79695b5fa1 |
|
BLAKE2b-256 | 67bcbe0fbce0eb198f4361f462520122151b0ec347ecaeb5d349cf36ae0ac751 |