ffprobe3
ffprobe3 copied to clipboard
A Python 3 wrapper around the ffprobe command for extracting meta data from media files.
Caught an exception in the framerate call as ZeroDivionError wasn't caught and could occur if the metadata says the framerate is '0/0' Added a new class called FFContainer that can...
When running ffprobe-test.py with video files under tests/data, the framerate is 0/0
Added support for .mkv extensions
Sometimes is useful to interact directly with properties like format, duration, bit_rate or sample_rate directly from main object. This approach store the last stream information, but for single stream data...