Page 1 of 1

Populate composition via OSC

Posted: Thu Dec 12, 2019 11:24
by adrian.cioaca
Hello.
Does anyone knows if I can populate a big composition with clips via OSC protocol ?
I am interested in doing a python script that reads clip path from an excel file and populate a composition. The reason for wanting this is that a have a big composition ( 15 layers and 100 columns ) .
Is there a way of doing this ? Something like /composition/layers/x/clips/x/video/videosource ?
Thank you

Re: Populate composition via OSC

Posted: Thu Dec 12, 2019 12:27
by Zoltán
Not possible currently,
but if you're already in python, you could generate the composition xml (.avc) on your own.
Take a look at an existing composition, it's a pretty straightforward format.

Re: Populate composition via OSC

Posted: Thu Dec 12, 2019 12:42
by adrian.cioaca
Yeah that was my second plan making the entire xml via python.
Thank you for your reply.