Hi
Is there a good way to control a video (comes via FileStream - VideoTexture - Quad) dynamically with vvvv?
In detail, I want to control the speed and the direction (forward or backwards) of the video and change it at runtime.
I tried several approaches so far which didn’t really satisfy my needs:
-
played around with the “speed” pin of the FileStream-node but it seems like the speed cannot be increased over a certain level (values higher than about 10 didn’t bring differences any more)
-
set the speed to minus-values but the video doesn’t play in reverse…?
-
exported the whole video as image sequence, but loading the single jpgs as frames is way too slow (about 3 images in 2 sec on my MacBook Pro)
Any suggestions, hints, whatever? Is it even possible to do what I want with vvvv?