AVAssetImageGenerator returns sometimes same image from 2 successive frames
问题 I'm currently extracting every frame from a video with AVAssetImageGenerator , but sometimes it returns me successively 2 times almost the same image (they do not have the same "frame time"). The funny thing is it always happen (in my test video) each 5 frames. Here and here are the two images (open each in new tab then switch the tabs to see the differences). Here's my code : //setting up generator & compositor self.generator = [AVAssetImageGenerator assetImageGeneratorWithAsset:asset];