排序
AVFoundation – AVCompositionTrackSegment 可变轨道片段
AVFoundation – AVCompositionTrackSegment 可变轨道片段 - AVCompositionTrackSegment 继承自AVAssetTrackSegment,AVAssetTrack的一个片段,由URL,轨道标识符和从源轨道到合成轨道的时间映...
AVFoundation AVPlayer 合并多个媒体设置倒序播放
AVFoundation AVPlayer 合并多个媒体设置倒序播放,AVFoundation合并多个媒体,AVFoundation倒序播放,AVPlayer倒序播放,AVPlayer,AVFoundation,
AVFoundation – AVPlayer 播放视频
AVFoundation – AVPlayer 播放视频 - AVPlayer 控制播放器的播放,暂停,播放速度;注意更改播放速度要在视频开始播放之后才会生效; AVPlayerItem 管理资源对象,提供播放数据源; AVPlayerLay...
AVFoundation – AVVideoCompositionInstruction AVMutableVideoCompositionInstruction 操作指令
AVFoundation – AVVideoCompositionInstruction AVMutableVideoCompositionInstruction 操作指令 - AVVideoCompositionInstruction 继承自 NSObject ,封装了一组操作指令,由 AVVideoCompositi...
AVFoundation – 转场 – 推入/推出效果
AVFoundation转场推入推出过渡效果,AVFoundation转场,AVFoundation推入推出,AVFoundation过渡,AVFoundation合并,AVFoundation教程,
AVFoundation – AVPlayerItem 管理资源对象
AVPlayerItem 管理资源对象 - AVPlayerItem 作为资源管理对象,它控制着视频从创建到销毁的诸多状态。 //播放状态 status typedef NS_ENUM(NSInteger,AVPlayerItemStatus) { AVPlayerItemStatus...
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...