Re: [Mlt-devel] Python multiconsumer

2016-10-14 Thread Dan Dennedy
See https://mltframework.org/plugins/ConsumerMulti/ You use something `multi_consumer.set("0.window_id", X)` in python to set a property on a specific consumer. Some things that are documented as "argument" such as the decklink card number must be supplied as the argument with the consumer

[Mlt-devel] Python multiconsumer

2016-10-14 Thread Ricardo Jimenez Hurtado
Hello I want change values in my program python with multiconsumer that I can set the window_id or decklink card dinamicaly My multi.yml is that - mlt_service: sdl - mlt_service: decklink mlt_profile: dv_pal_wide How can I access to change the values in python thans for all -- Ricardo