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.8.tar.gz
(3.5 kB
view hashes)