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
Populate composition via OSC
Re: Populate composition via OSC
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.
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.
Software developer, Sound Engineer,
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
-
- Posts: 2
- Joined: Wed Dec 04, 2019 15:42
Re: Populate composition via OSC
Yeah that was my second plan making the entire xml via python.
Thank you for your reply.
Thank you for your reply.