Skip to main content

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

Project description

ffprobe-python module

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 {} frames.'.format(stream.frames()))

This software is now maintained by Mark Ma 519329064@qq.com.


(The MIT License)

Copyright 2013 Simon Hargreaves simon@simon-hargreaves.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the Software), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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

ffprobe-python-1.0.3.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

ffprobe_python-1.0.3-py3-none-any.whl (5.7 kB view details)

Uploaded Python 3

File details

Details for the file ffprobe-python-1.0.3.tar.gz.

File metadata

  • Download URL: ffprobe-python-1.0.3.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.0

File hashes

Hashes for ffprobe-python-1.0.3.tar.gz
Algorithm Hash digest
SHA256 b1d3e69e65e0814e28575f63a47b836a0b7cc8f1ffedd62d27152d9e4488214a
MD5 c44d22bd6cf9a46c4b57bbdac4ca8a89
BLAKE2b-256 7d84c11f4c6fa238c8844c6bf4af80f33b25772e6444bde133d6f4fb4a283e4e

See more details on using hashes here.

File details

Details for the file ffprobe_python-1.0.3-py3-none-any.whl.

File metadata

  • Download URL: ffprobe_python-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 5.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.0

File hashes

Hashes for ffprobe_python-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 b02576228f6da0b0bb973e15e5dadb132013a4ded202dabb89ac77779e9634d6
MD5 cf53ca859b2c25b00bd09abe36b4d5d8
BLAKE2b-256 8c545b8c859cc1aea972f98c08c36d99f1bb0bd77109464666ac613b4ae69895

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