A Python wrapper around the ffprobe or mediainfo command line utility
Project description
NAME
A Python wrapper around the MediaInfo command line utility
SYNOPSIS
from MediaInfo import MediaInfo
info = Mediainfo(filename = '/media/test.ts')
infoData = info.getInfo()
info = Mediainfo(filename = '/media/test.ts', cmd = '/usr/bin/ffprobe')
infoData = info.getInfo()
info = Mediainfo(filename = '/media/test.ts', cmd = '/usr/bin/mediainfo')
infoData = info.getInfo()
DESCRIPTION
MediaInfo gets information of media through ffprobe by default. Alternatively, ffprobe and mediainfo are also supported in configuration.
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
MediaInfo-0.0.9.tar.gz
(3.9 kB
view details)
File details
Details for the file MediaInfo-0.0.9.tar.gz
.
File metadata
- Download URL: MediaInfo-0.0.9.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 090a3fa1cc3e1df012d1469e412258242bb1fff11bd2feeb1e32a2190e4561c7 |
|
MD5 | 4aeb9920893033549ca8d05399d9ef58 |
|
BLAKE2b-256 | f6670c8fcb5412f99f6868766816665369547a790c77de555463c0becaa25b71 |