ffprobe3 icon indicating copy to clipboard operation
ffprobe3 copied to clipboard

A Python 3 wrapper around the ffprobe command for extracting meta data from media files.

Results 4 ffprobe3 issues
Sort by recently updated
recently updated
newest added

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

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...