摘要: NSDictionary *opts = [NSDictionary dictionaryWithObject:[NSNumber numberWithBool:NO] forKey:AVURLAssetPreferPreciseDurationAndTimingKey];AVURLAsset *urlAsset = [AVURLAsset URLAssetWithURL:videoURL options:opts];AVAssetImageGenerator *generator = [AVAssetImageGenerator assetImageGeneratorWithAsset:ur 阅读全文
posted @ 2013-03-01 16:29 I'm 小菜鸟 阅读(691) 评论(0) 推荐(0)