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.
Release files for MediaInfo 0.0.9
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| MediaInfo-0.0.9.tar.gz | 3.9 kB | Details |
Release files / MediaInfo-0.0.9.tar.gz
| Download URL | MediaInfo-0.0.9.tar.gz |
|---|---|
| Size | 3.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
090a3fa1cc3e1df012d1469e412258242bb1fff11bd2feeb1e32a2190e4561c7
|
|
BLAKE2b-256 checksum How to use checksums |
f6670c8fcb5412f99f6868766816665369547a790c77de555463c0becaa25b71
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|