I have checked this http://www.7twenty7.com/blog/2010/11/video-processing-with-av-foundation to get a video frame by frame. But my real requirement is to get a frame at particular time. I know that it should be possible by AVAssetReader
, I wonder is there any direct method for this in AVAssetReader
. Please give any guidance on how can I get frame at particular time.
I checked the AVAssetImageGenerator
but this is not the thing I really wanted.
Finally I found the answer, you have to use timeRange property. Thats the only way for this.