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 specification.
Thus, you need to use "mlt_service: decklink:1" for example. So, you might
not want to use multi.yaml at all.


On Fri, Oct 14, 2016 at 9:22 AM Ricardo Jimenez Hurtado <
jimenezhurtadorica...@gmail.com> wrote:

> 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 Jiménez Hurtado
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> ___
> Mlt-devel mailing list
> Mlt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mlt-devel
>
--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel


[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 Jiménez Hurtado
--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel