Log in

View Full Version : how to blend two videos together?


hanfrunz
16th February 2003, 20:11
Hello,

Maybe a stupid question, but i could not find anything:

i'd like to blend two videos together (50%). Like a dissolve on a "hardware"-videomixer. But the "Dissolve"-function can't do that, because it blends from a->b, but i like to do an a|b all the time.

Maybe i can do it with the a "Interleave+Weave+BlendFields" combo, but there must be a better way!

Can anybody help me?

hanfrunz

sh0dan
16th February 2003, 20:13
Several ways:

YV12/YUY2:MergeChroma(vid1,vid2,0.5)
MergeLuma(vid1,vid2,0.5)


RGB32: Layer (don't ask me for the syntax ;-)

Layer also works with YUY2.