DirectShow video Question

It is possible to put 2 FileStream (DShow module) load on each a different movie ( avi ).
and make a blending mode ( overlay, add, substract , alpha , … ) between the 2 videos and the result on the VideoOut module.

( i really dont know how to do the blending mode, i dont see a module for that … maybe its possible to make it or maybe it already exist… its my question. )

thanks a lot

/Yaniv

Not with that VideoOut node, but:

Take each 2 filestream, VideoTexture and Quad and make the blending between the quads.

and have a look at kalle - Modules\Texture, there are some Modules around blending textures (–>Transition)

regards
@kalle