You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi OpenShot team, I'm using libopenshot with Python SWIG wrapper for almost a year now as a better and more reliable replacement of MoviePy, which is technically abandoned now. But there are some problem which I encountered while using this library:
Debugging with Python wrapper are much more harder with non-C++ programmers
The example in C++ sometimes doesn't work with Python
There are not enough basic examples in Python for new users
Cython, which is a more reasonable choice, is not friendly for Python user
As a non-C++ programmer myself, I really want to contribute examples for libopenshot project base on my experience, so more Python fellows could use and appreciate this project more as it deserves.
The text was updated successfully, but these errors were encountered:
Hi OpenShot team, I'm using
libopenshot
with Python SWIG wrapper for almost a year now as a better and more reliable replacement of MoviePy, which is technically abandoned now. But there are some problem which I encountered while using this library:As a non-C++ programmer myself, I really want to contribute examples for
libopenshot
project base on my experience, so more Python fellows could use and appreciate this project more as it deserves.The text was updated successfully, but these errors were encountered: