Switching between two freeframe effects

I’m now able to do video mixing (thanks to a previously answered question), hurray! I’ve been able to use freeframe effects on the video, hurray! Now, I’m trying to switch a video input between two freeframe effects. Can a single VideoIn be fed simultaneously to two different freeframe effects? (Doesn’t seem like it can.) What I need is the equivalent of a Switch(node output) module, or a node output router of some sort, but I don’t see that type of node. I’ve tried to create multiple VideoIns for the same driver, feeding each one to a separate freeframe effect and then using Switch(node input) on their outputs, but the second VideoIn for the same driver doesn’t seem to be active. How can I accomplish this type of switching? Thanks again!

 ...Tim...

halo tim.

either have a look at the splitcam driver: here
that will allow you to use two videoins.

or you can chain the two freeframes and disable one or the other. (though i think cat has mentioned that it crashed for him!?)

or you can chain the two freeframes and disable one or the other. (though i think cat >has mentioned that it crashed for him!?)

i had a same problem with the chain of freeframes, it crashed vvvv. but some combination of effects in chain did the job, as far as i remember…

vedran