Video metadata parser
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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
enzyme-0.5.2.tar.gz
(50.5 kB
view details)
Built Distribution
enzyme-0.5.2-py3-none-any.whl
(23.1 kB
view details)
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 |