Quentin Masingarbe

Results 6 comments of Quentin Masingarbe

Hi @Seo-Rii, sorry for the long wait... Unfortunately setting a dict type on a properties is not supported, this part of the API is a bit new. Although in the...

Hi @Seo-Rii There was indeed a bug where two dimmensional properties, like the Position, weren't properly considered as Array objects. I fixed it and can now manage to move the...

Hi @PFython , thank you for your pull request. Here are my thoughts: - TICKS_PER_SECOND: not sur about this one as it seems that unit like kilometres per hour or...

Hi @CreativeManix can you be more precise about the actual video being locked? Is it set as read-only on disk or locked somehow inside premiere in the timeline or the...

Hello @weijer , You can add a new video track by api using: ``` from pymiere.wrappers import add_video_track add_video_track() ``` Check the function code for more details. I'll get back...

Hi @hedley-david , Thank you for reporting this issue and providing a fix. It has been applied (67eaf56e796dc500def472fb486eb2b5c4c84672) and is now available in the latest pymiere release 1.4.0 via pip....