>> Based on my analysis, I don't think it will work
>> very well to encapsulate detect and transform. I
>> think we should simply combine the detect and
>> transform filters into a single filter. In
>> "vid.stab.detect", you used a clever trick to
>> rename "mlt_service" to "vid.stab.transform"
2014/1/8 Brian Matherly
> > I'm glad, that you are willing to help, especially when
> > I got a problem to understand, how the MLT handles
> > things internally. ;p
> > I've tried to encapsulate both detect and transform
> > filters in a new one, and delegate the processing to
> > child filters,
> I'm glad, that you are willing to help, especially when
> I got a problem to understand, how the MLT handles
> things internally. ;p
> I've tried to encapsulate both detect and transform
> filters in a new one, and delegate the processing to
> child filters, but I have no idea, how to retrieve