I am just having difficulty working out how i can get two avi files playing at the same time? At the moment I am using a FileStream > Videotexture > Quad, I’d like to layer another video on top of that in another shape.
Sorry if this is a super stupid question, I really appreciate the help I’ve been getting around here. Is there any kind of in depth tutorials I can do to grasp some of the deeper concepts and potentials of VVVV? Don;t want to pester too much lol
I got it working, using one filestream and one filestream2 running through a group and into the renderer. Is this the best way to do it? Is it possible to put three videos over the top of each other in theory?