Back Forum Reply New

How to reuse internal filters in my own filter?

I'm a newbee in avisynth filters development, please give me a right direction in further investigations.
I need a following thing: my filter gets two clip arguments and generates a new clip with frames containing resized frames from both source clips + some additional information. Final effect must look like this combination:
StackHorizontal( A.SomeResize(...), B.SomeResize(...) ).Subtitle(...)

Of course, I don't want to re-implement a wheel, so how can I reuse resizers already implemented in Avisynth (for ex BilinearResize) in my own filter?
Maybe I need to look at sources of some filter that use similar technique?

This should help:  EnvInvoke.
Searching this forum for quot;invokequot; should also bring up some useful info.  Hope that helps.

tritical
Thanks! That's it
¥
Back Forum Reply New