Comparing gbstack:master...DJStompZone:master · gbstack/ffprobe-python
Navigation Menu
- Notifications You must be signed in to change notification settings
- Fork 61
base repository: gbstack/ffprobe-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
head repository: DJStompZone/ffprobe-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Checking mergeability…
Don’t worry, you can still create the pull request.
- 1 commit
- 1 file changed
- 1 contributor
Commits on Feb 5, 2025
-
Implemented len() for audio and video streams - Falls back to 0 for valid streams missing duration data - Raises expected TypeError if len() is called on a stream not labelled as audio/video - Slight tweak to the duration_seconds docstring to reflect actual behavior