Extract frames from video in untiy

Hello guys!

Here is what I want to do, I want to be able to extract frames from the video with a certain time interval when video is first loaded (or the scene is started) and then attach each frame to a cube or plane. I’m planning to show those frames as marks for navigating the video.

Much appreciated!

Hi
If somebody still need it, you can easily achieve it with ffmpeg library.
It is already integrated to engine in Unity FFmpeg Bind package.