(self)
| 65 | rate is unavailable or cannot be calculated. Subclass of VideoOpenFailure.""" |
| 66 | |
| 67 | def __init__(self): |
| 68 | super().__init__( |
| 69 | "Unable to obtain video framerate! Specify `framerate` manually, or" |
| 70 | " re-encode/re-mux the video and try again." |
| 71 | ) |
| 72 | |
| 73 | |
| 74 | ## |