Skip to main content

Original Project: ffprobe (https://pypi.python.org/pypi/ffprobe) A wrapper around ffprobe command to extract metadata from media files. This project which is maintained by Dheerendra Rathor is a Python 3 port of original ffprobe.

Project description

A wrapper around the ffprobe command to extract metadata from media files.

Usage:

#!/usr/bin/env python

from ffprobe import FFProbe

metadata=FFProbe("test-media-file.mov")

for stream in metadata.streams:
    if stream.is_video():
            print "Stream contains "+stream.frames()+" frames."

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

ffprobe3-0.1.tar.gz (2.8 kB view hashes)

Uploaded Source

Supported by

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