Blending two videos on one texture

hello,

i want to blend two videos together as one texture (eg on a quad).how can i merge two or more videos together. i tryed the group node but can not blend them together.

thanks for your help

thomas

blend.fx is one method.

Hi thomas

Does it need to be just one texture?

If not, you could place the textures on separate quads that are on the same position and then adjust the alpha value of the color of each quad. that would give you the same result. without involving a shader.

See attached patch

-sunep

Hi thomas

Does it need to be just one texture?

If not, you could place the textures on separate quads that are on the same position and then adjust the alpha value of the color of each quad. that would give you the same result. without involving a shader.

See attached patch

-sunep

videoblend.v4p (8.9 kB)

On a side note to this.

It would be pretty handy to have two or more small video clips in the girlpower folder. to be used for examples like this or for girlpower patches involving video. Nothing high res or big.

hi sunep,

thats exactly what i whant to know…

thanks