排序
AVFoundation – AVQueuePlayer 播放多个媒体文件
AVQueuePlayer 播放多个媒体文件 - 使用该方法在 AVPlayer 播放多个视频时,是很容易出现性能问题的,切换视频时会存在卡顿现象,尤其在视频内容比较多的时候,无法完美衔接,中间会有一个短暂...
AVFoundation – AVAssetImageGenerator 获取多帧图片
AVAssetImageGenerator 获取多帧图片 - AVAssetImageGenerator 是用来提供视频的缩略图或预览视频的帧的类.可以用AVAsset 来初始化,例如: + (instancetype)assetImageGeneratorWithAsset:(AVA...
AVFoundation – AVVideoCompositionInstruction AVMutableVideoCompositionInstruction 操作指令
AVFoundation – AVVideoCompositionInstruction AVMutableVideoCompositionInstruction 操作指令 - AVVideoCompositionInstruction 继承自 NSObject ,封装了一组操作指令,由 AVVideoCompositi...
AVFoundation – AVPlayerItem 管理资源对象
AVPlayerItem 管理资源对象 - AVPlayerItem 作为资源管理对象,它控制着视频从创建到销毁的诸多状态。 //播放状态 status typedef NS_ENUM(NSInteger,AVPlayerItemStatus) { AVPlayerItemStatus...
AVFoundation – AVAssetExportSession 导出视频到沙盒目录
AVFoundation - AVAssetExportSession 导出视频到沙盒目录 AVAsset 是 AVFoundation 框架中的核心的类,它提供了基于时间的音视频数据.(如电影文件,视频流),一个 asset 包含很多轨道的结合,如 au...
AVMutableVideoCompositionLayerInstruction 视频轨道操作指令
AVMutableVideoCompositionLayerInstruction视频轨道操作指令,AVMutableVideoCompositionLayerInstruction, AVMutableVideoCompositionInstruction,AVPlayerLayer, AVFoundation转场,
AVFoundation – 将多个媒体合并(四) – 不同分辨率媒体合成并自定义分辨率
AVFoundation – 将多个媒体合并(四) – 不同分辨率媒体合成并自定义分辨率 AVAsset 加载媒体 AVAssetTrack 获取视频 音频信息 AVMetadataItem 获取媒体属性元数据 AVAssetImageGenerator 截图 ...
AVFoundation AVPlayer 合并多个媒体并播放
AVFoundation AVPlayer 合并多个媒体并播放 - AVComposition 继承自 AVAsset,将来自多个基于源文件的媒体数据组合在一起显示,或处理来自多个源媒体数据; 在《AVFoundation – 将多个媒体合并...
AVFoundation – 将多个媒体合并(五) – 多个视频之间设置转场溶解过渡效果
AVFoundation转场溶解过渡效果,AVFoundation转场,AVFoundation溶解,AVFoundation过渡,AVFoundation合并,AVFoundation教程,