排序
AVMutableVideoCompositionLayerInstruction 视频轨道操作指令
AVMutableVideoCompositionLayerInstruction视频轨道操作指令,AVMutableVideoCompositionLayerInstruction, AVMutableVideoCompositionInstruction,AVPlayerLayer, AVFoundation转场,
AVFoundation – 转场 – 擦除效果
AVFoundation转场擦除过渡效果,AVFoundation转场,AVFoundation擦除,AVFoundation过渡,AVFoundation合并,AVFoundation教程,
AVFoundation – AVPlayerLayer 显示视频
AVPlayerLayer 显示视频 - AVPlayerLayer 构建于 Core Animation 之上,是 AVFoundation 中位数不多的可见组件。AVPlayerLayer 扩展了 Core Animation 的 CALayer 类,通过框架在屏幕上显示视频...
AVFoundation – 将多个媒体合并(二) – 一个轨道多个视频无缝衔接
AVFoundation – 将多个媒体合并(二) - 一个轨道多个视频无缝衔接 - 为了避免导出失败,解决方案是提取视频资源 AVURLAsset 音频轨道和视频轨道,重新构建 AVComposition ,然后在使用 AVAssetE...
AVFoundation – AVQueuePlayer 播放多个媒体文件
AVQueuePlayer 播放多个媒体文件 - 使用该方法在 AVPlayer 播放多个视频时,是很容易出现性能问题的,切换视频时会存在卡顿现象,尤其在视频内容比较多的时候,无法完美衔接,中间会有一个短暂...
AVFoundation – 指定时间截取音视频
AVFoundation - 指定时间截取音视频 - 为了避免导出失败,解决方案是提取视频资源 AVURLAsset 音频轨道和视频轨道,重新构建 AVComposition ,然后在使用 AVAssetExportSession 导出; AVMutable...
AVFoundation – AVComposition AVMutableComposition 将多个媒体合并
AVComposition AVMutableComposition 将多个媒体合并 - AVFoundation 框架中提供了丰富的接口用于视听资源的编辑,其中的关键是 composition ,它将不同的 AVAsset 相结合并形成一个新的 AVAsse...
AVFoundation – AVAsset 加载媒体
AVAsset 加载媒体 - AVAsset 是 AVFoundation 框架中的核心的类,它提供了基于时间的音视频数据.(如电影文件,视频流),一个 asset 包含很多轨道的结合,如 audio , video , text , closed captions...
AVFoundation – AVAssetExportSession 导出视频到沙盒目录
AVFoundation - AVAssetExportSession 导出视频到沙盒目录 AVAsset 是 AVFoundation 框架中的核心的类,它提供了基于时间的音视频数据.(如电影文件,视频流),一个 asset 包含很多轨道的结合,如 au...