Video to numerical array. Is it possible in Godot?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By veliky_soup

I want to convert a video to numerical 4-d array – time, width, height, RGB. After that, I want to make some slices of the array and display them as pictures. Is it possible to do so in Godot?

There is no built in functionality. You can get specific frame of video, but not the slice through time.

USBashka | 2022-07-15 19:18