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.5.zip
(3.5 kB
view details)
File details
Details for the file ffprobe-0.5.zip
.
File metadata
- Download URL: ffprobe-0.5.zip
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f7dc048df62c6ccc1c602c865a7f0976b2679200fd07ebdc34ce51e9a8205b76
|
|
MD5 |
72791bd1935c15eaeea3882f953b635f
|
|
BLAKE2b-256 |
959cadf90d21108d41f611aa921defd2f2e56d3f92724e4b5aa41fae7a9972aa
|