qmasingarbe / pymiere

Python for Premiere pro
GNU General Public License v3.0
367 stars 48 forks source link

Support for createNewSequenceFromClips? #33

Closed rooseveltrp closed 3 years ago

rooseveltrp commented 3 years ago

Hi,

Thanks for making this awesome Python wrapper for ExtendScript. The results have been excellent so far.

Seems like it's missing the createNewSequenceFromClips() method.

It will be cool if the Python package is in sync with the latest ExtendScript API.

Nevertheless, your work is excellent. I cannot thank you enough.

qmasingarbe commented 3 years ago

Hi @rooseveltrp ,

Thanks for your issue. I implemented createNewSequenceFromClips in Pymiere. You can update your Pymiere install via pip or via this repo.

Let me know if you find any other missing methods!