Re: [Mlt-devel] A new module to support latest vid.stab library

2014-01-08 Thread Brian Matherly
>> 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"

Re: [Mlt-devel] A new module to support latest vid.stab library

2014-01-08 Thread Jakub Księżniak
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,

Re: [Mlt-devel] A new module to support latest vid.stab library

2014-01-08 Thread 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, but I have no idea, how to retrieve