04 2016 档案

摘要:// 合成 我的视频大小都是一样的 所以没有对他们进行缩放裁剪等操作 - (void)mergeAndExportVideos { if (videoArray.count==0) { return; } dispatch_async(dispatch_get_global_queue(DISPAT 阅读全文
posted @ 2016-04-25 14:13 小辉辉+ 阅读(304) 评论(0) 推荐(0)
摘要:///视频 获取 缩略图 - (UIImage*) thumbnailImageForVideo:(NSURL *)videoURL atTime:(NSTimeInterval)time { AVURLAsset *asset = [[AVURLAsset alloc] initWithURL:v 阅读全文
posted @ 2016-04-25 14:13 小辉辉+ 阅读(298) 评论(0) 推荐(0)
摘要:/// 取视频 -(void)getAllVideo { library = [[ALAssetsLibrary alloc] init]; //监测是否可用 ALAssetsLibraryAccessFailureBlock failureblock = ^(NSError *myerror) { 阅读全文
posted @ 2016-04-25 14:09 小辉辉+ 阅读(1005) 评论(0) 推荐(0)
摘要:iOS 阅读全文
posted @ 2016-04-25 14:01 小辉辉+ 阅读(5201) 评论(2) 推荐(0)