ios VLC how to convert a frame of video streaming to images

230 Views Asked by At

ow I have a period of video streaming, video of the first frame, name is IDR frame. VLC how to convert a frame of video streaming to images.

1

There are 1 best solutions below

0
On

There is inbuilt class avaliable in iOS to fetch any frame from video : AVAssetImageGenerator. Please check refrenece document of this class AVAssetImageGenerator