Flow Nodes have two 2D visual types represented by pixels; video and graphic (an image).
To play a video, add the new Player node.
This node takes video in and returns graphic out.
The new node is available in Flow Nodes 4.
To sample a video frame into a graphic, use the Sample node.
Once you got the video frame, you can apply any graphic effect to it.
<aside> <img src="/icons/light-bulb_gray.svg" alt="/icons/light-bulb_gray.svg" width="40px" />
To get the frame count and fps of a video, use the video Metadata node.
</aside>
To edit every frame in a video, a Video Edit node is required. It will loop through every frame in the video and apply the edit you specify. This map node takes two video inputs, the source and destination. Destination can be an empty video State node.

If you want to seek the video with a slider, see the demo in the app or follow this guide: