I exported the Loop example I found in the examples of the Video library, and that ran quite smoothly on my old computer. However, I need the video to be fullscreen, so I increased the size of the sketch - the performance then dropped to about 3FPS.
I thought it might be because of the interpolation that's happening behind the scenes, so I converted the video to have the same resolution as the sketch (as was the case with the original example), and that runs smoother, but still stutters significantly.
I'm therefore wondering what's the best way to simply display a video, without any effects, any tinting, whatsoever? Is there something I'm forgetting, or does displaying a video in large scale that resource intensive without any remedy? Thanks!