Now I’m testing the VVVV and I wanna make a switch between two video’s.
Short: I have two video’s that play on the same screen.
I make a switch between those screens so that I can play video 1 and 2 by using a button (IOBox).
Now I wanna make it that when I push the button video 2 begins to play. After a time it will stop playing and go back to video 1 that is still playing.
are the videos one up to the other?
do you wanna fade bitween the two videos?
the problem is that the filestream node doesn’t support spread.
you need to use two filestream node and videotexture and cons texture node to spread it into one quad and than to a render… after than just try use setalpha node in the quad node.
to loop a video use framedelay node and through that connect duration pin of the filestream node to the end time pin of the same node…
I have another question.
How can I do the next step.
Push the button to screen to. This also start A time (or something)
When the time is over it goes back to the first video.