Hey all,
I tried to create a video playlist the standard way using filestream(vlc), getslice, counter and framedelay.
This does everything it has to BUT there is a short stop between the videos even when using the nextfile node in vlc. I figured it is due to the framedelay and initiated the jump one frame before framecount == frame. It was still stuttering.
Out of curiosity I initiated it 2 Frames before the end, still stuttering.
When I intiated it 3 Frames before the end of the video, the jump started to early and created a jump in the output.
So: any ideas to get a smooth fileswitching playlist?