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 ffprobe3 import FFProbe

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

for stream in metadata.streams:
    if stream.is_video():
        print('Stream contains {} frames.'.format(stream.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.1.tar.gz (2.8 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for ffprobe3-0.1.1.tar.gz
Algorithm Hash digest
SHA256 371199ab67b8346d7576a1cfdcab548ddae7bc40af123778caabd83eb6579ae3
MD5 a31596865007bbd26339e44d338d1d9e
BLAKE2b-256 dfc4b2f2515fb33306f7d17991f7901cb8d289be7d59a8c57ae472048bb91667

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