Seamless loop of videos

Hey,

is there a way to play multiple videos seamless with a smooth transition and then loop them over and over again?

I’ve playing around with FileStream and GetSlice but it’s not satisfactory.

Thanks for the help

Image sequences are always the best since you can tell the Player (EX9.Texture) node for all sequences exactly which frame to show, see: https://vvvv.org/documentation/video-file-playback

you could also use two videotexture layers and blend from A to B when the video is near the end. then put the next video in the invisible layer and so on…

but this won’t be as precise.