On Fri, Sep 28, 2012 at 2:46 PM, Matthias Wenz wrote:
> Hi there, it's me again :-)
>
> I'm trying hard to get text-alignment to work with the Pango producer.
>
> Here's my current XML:
>
>
>
> pango
> Title here
>
> 0x00ff
> 0x
> Tahoma
> center
> 96
>
>
>
> From what
Hi there, it's me again :-)
I'm trying hard to get text-alignment to work with the Pango producer.
Here's my current XML:
pango
Title here
0x00ff
0x
Tahoma
center
96
From what I read from producer_pango.c and the yml-spec there should be a
property "align" which I
On Fri, Sep 28, 2012 at 6:54 PM, Dan Dennedy wrote:
> On Fri, Sep 28, 2012 at 4:00 AM, hatsch wrote:
>> i am trying to use the multi consumer with melt to capture from SDI
>> and encode to two different X264 RTMP streams.
>
> You are using MLT in a way that I do not typically use it, and I do
> n
On Fri, Sep 28, 2012 at 4:00 AM, hatsch wrote:
> i am trying to use the multi consumer with melt to capture from SDI
> and encode to two different X264 RTMP streams.
You are using MLT in a way that I do not typically use it, and I do
not have RTMP servers or much knowledge of them. I can try to
r
On Fri, Sep 28, 2012 at 7:29 AM, Maksym Veremeyenko wrote:
>
> Hi,
>
> during enumerating self->audio_codec or other arrays that has limit
> MAX_AUDIO_STREAMS it is possible to access out of index range. attached
> patch fix that behavior.
thank you
> NB
> i noticed that current value of MAX_AUD
Hi,
during enumerating self->audio_codec or other arrays that has limit
MAX_AUDIO_STREAMS it is possible to access out of index range. attached
patch fix that behavior.
NB
i noticed that current value of MAX_AUDIO_STREAMS is 10. that mean that
it will be unable to access audio track with ind
i am trying to use the multi consumer with melt to capture from SDI
and encode to two different X264 RTMP streams.
it works fine and stable for hours when i only use one consumer. when
i add a second consumer i get some random crashes( seems not to happen
with the -debug option?!? )
and i am not ab