devmaxxing / videocr-PaddleOCR

Extract hardcoded subtitles from videos using machine learning
MIT License
124 stars 16 forks source link

opencv appears to have issues dealing with .webm videos #1

Open devmaxxing opened 2 years ago

devmaxxing commented 2 years ago

Unable to seek to specific frames, doesn't return an accurate frame count. issue appeared with a video that uses vp9

devmaxxing commented 2 years ago

Probably related to this: https://github.com/opencv/opencv/issues/22571