I am trying to make a patch that would play different videos. The users can press different keys and the video changes.
I change the video by simply changing the value of the FileStream FileName input pin. I use VideoOut(DShow9) to display the video.
The problem is: every time I change the video, it stops displaying in full screen and it shrinks. The weird part is that the input pin FullScreen of VideoOut node holds the value 1, but id doesn’t stay in full screen.
Does anyone have a clue what’s happening and what to do ?
I tried to solve the problem by changing the FullScreen pin from 1 to 0 and back to 1 very quickly, but it doesn’t look good.
I wrote a simple patch to explain the problem.
seminarska1.v4p (8.9 kB)