Skip to main content

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.5.tar.gz (3.3 kB view details)

Uploaded Source

File details

Details for the file MediaInfo-0.0.5.tar.gz.

File metadata

  • Download URL: MediaInfo-0.0.5.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for MediaInfo-0.0.5.tar.gz
Algorithm Hash digest
SHA256 f89431b5604a9bf86cd6b08c3171a72c45e69ecc8ffd885256ebe98edd4d4925
MD5 034acda8e30b525a1aba46e62a24b3cf
BLAKE2b-256 c4e2c140f414e42c7cb73d85b3dd8047772e892613f7e2c7ba80f1396fe4ffd0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page