Making all outputted videos the same size

So, I am working on this program to control projections and currently I have it so I can scroll through the videos, but I am having the difficulty that even when it is set to fullscreen the videos all come out at different sizes. Is there any way to make it so the videos are always stretched to fit the screen regardless of their original size/quality?

can you describe your setup and what nodes you use to output the videos? if you use filestream->videotexture->quad all videos should be stretched across the entire quad.

thanks that did it :) im using filestream, I was just using VideoOut though, videotexture sorted it

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.