Hold/store one frame of the video

So I try to hold the first frame of a video to use it as an image source in skia.
I did quite a complicated way with storing that image with a image write and then reread that image. Is there a way to just hold die first frame of a video.

In VVVV It actually shows the first frame of the video but then it gets overwritten to white

It’s immutable, so you need to make a copy

2 Likes

Ah alright! Thanks a lot!