Simon Pezold
Results
2
comments of
Simon Pezold
@simonsuthers @ypicard You might not be lucky in receiving an answer here, as the separate `semver` project seems abandoned, and the code now seems to be integrated into the actively...
For me, the following code seems to work reliably, based on the suggestion of @bidspells above: ```python def num_frames(video_path: str) -> int: video_streams = [s for s in ffmpeg.probe(video_path)["streams"] if...