Zulko / moviepy

Video editing with Python
https://zulko.github.io/moviepy/
MIT License
12.09k stars 1.51k forks source link

feat: use thread pool to check image shape #2081

Open Seraphli opened 6 months ago

Seraphli commented 6 months ago

This pull request is designed to address the situation where there are numerous image files. I need to merge tens of thousands of frames of images to create a video, and the checking steps here have taken a considerable amount of time.