rezoo / movis

Python library for video editing, presentation video generation, motion graphics, shader art coding, and other video production tasks
https://rezoo.github.io/movis/
MIT License
321 stars 17 forks source link

Fix to allow serialization of multiple layers #12

Closed rezoo closed 8 months ago

rezoo commented 8 months ago

Related to #8.

In this PR, changes have been made to multiple layers to ensure it works in multi-process environments. However, during the testing phase, there wasn't a significant speed improvement with multi-process, so we've decided to limit it to general refactoring to avoid added complexity.