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 details)

Uploaded Source

File details

Details for the file ffprobe3-0.1.tar.gz.

File metadata

  • Download URL: ffprobe3-0.1.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for ffprobe3-0.1.tar.gz
Algorithm Hash digest
SHA256 2211695d19ca79f02a6a884a9136a05b7eec33c5ea6bcd9de9fa74549d3b7e5d
MD5 d2b3e817d51b8c105a447b28768877b8
BLAKE2b-256 ad3890b7bf3fb4f68ab76f6f3651a94bbd6b16084e01610ed06bdbbaf50114f5

See more details on using hashes here.

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