jeertmans / manim-slides

Tool for live presentations using manim
https://manim-slides.eertmans.be
MIT License
410 stars 44 forks source link

[FEATURE] Drop opencv-python #413

Closed jeertmans closed 2 months ago

jeertmans commented 2 months ago

Currently, only get_duration_ms and another function use cv2, which is a big dependency for only two functions.

We should drop it and use av instead.