Wrapper around ffprobe command to extract metadata from media files
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.isVideo():
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
ffprobe-0.4.zip
(3.5 kB
view details)
File details
Details for the file ffprobe-0.4.zip.
File metadata
- Download URL: ffprobe-0.4.zip
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d860d1e77b6d8b2e984025b22b98883e96cea0f863552a6f1ad140bce0292f76
|
|
| MD5 |
d145ce13b6793803a076b31337971831
|
|
| BLAKE2b-256 |
ea9eb7a9dce89e28c29f6f33dd2efeb4d551196badf7c65f71d454eb6e1ab5bc
|