show video frame on texture in ios

Is it possible to show a frame from a video on a texture in iphone?

I don’t need to play the video, just show a frame.

Dan

There is no direct way to retrieve video frames from video.

One approach could be to draw video on to a RenderTexture and then create texture from it.

See here http://chikkooos.blogspot.jp/2015/05/extracting-video-frames-in-unity-3d-as.html