AVFoundation共24篇
AVFoundation – 转场 – 推入/推出效果-猿说编程

AVFoundation – 转场 – 推入/推出效果

AVFoundation转场推入推出过渡效果,AVFoundation转场,AVFoundation推入推出,AVFoundation过渡,AVFoundation合并,AVFoundation教程,
猿说编程的头像-猿说编程钻石会员猿说编程3年前
0185899
AVFoundation – 转场 – 擦除效果-猿说编程

AVFoundation – 转场 – 擦除效果

AVFoundation转场擦除过渡效果,AVFoundation转场,AVFoundation擦除,AVFoundation过渡,AVFoundation合并,AVFoundation教程,
猿说编程的头像-猿说编程钻石会员猿说编程3年前
0168877
AVFoundation – AVVideoComposition AVMutableVideoComposition 管理所有视频轨道-猿说编程

AVFoundation – AVVideoComposition AVMutableVideoComposition 管理所有视频轨道

AVFoundation – AVVideoComposition AVMutableVideoComposition 管理所有视频轨道 - AVFoundation 类 API 中最核心的类是 AVVideoComposition / AVMutableVideoComposition 。 AVVideoComposit...
猿说编程的头像-猿说编程钻石会员猿说编程3年前
015884
AVFoundation - AVMetadataItem 获取媒体属性元数据-猿说编程

AVFoundation – AVMetadataItem 获取媒体属性元数据

AVMetadataItem 获取媒体属性元数据 - AVAsset 和 AVAssetTrack 都可以实现查询相关元数据的功能.一般使用 AVAsset 提供的元数据当涉及获取曲目一级元数据等情况时会使用 AVAssetTrack ,注意:...
猿说编程的头像-猿说编程钻石会员猿说编程3年前
015153
AVFoundation – AVCompositionTrack AVMutableCompositionTrack 添加移除缩放媒体音视频轨道信息-猿说编程

AVFoundation – AVCompositionTrack AVMutableCompositionTrack 添加移除缩放媒体音视频轨道信息

AVFoundation – AVCompositionTrack AVMutableCompositionTrack 添加移除缩放媒体音视频轨道信息 - 1.不可变对象AVCompositionTrack AVCompositionTrack 继承自 AVAssetTrack ,该对象中的轨道...
猿说编程的头像-猿说编程钻石会员猿说编程3年前
07773
AVFoundation - AVAssetExportSession 裁剪/转码-猿说编程

AVFoundation – AVAssetExportSession 裁剪/转码

AVAssetExportSession 裁剪/转码 - /* 参数: asset :要导出的会话 presetName :字符串常量 */ - (instancetype)initWithAsset:(AVAsset *)asset presetName:(NSString *)presetName; + (inst...
猿说编程的头像-猿说编程钻石会员猿说编程3年前
020253
AVFoundation – AVVideoCompositionInstruction AVMutableVideoCompositionInstruction 操作指令-猿说编程

AVFoundation – AVVideoCompositionInstruction AVMutableVideoCompositionInstruction 操作指令

AVFoundation – AVVideoCompositionInstruction AVMutableVideoCompositionInstruction 操作指令 - AVVideoCompositionInstruction 继承自 NSObject ,封装了一组操作指令,由 AVVideoCompositi...
猿说编程的头像-猿说编程钻石会员猿说编程3年前
013513
AVFoundation – AVPlayer 播放视频-猿说编程

AVFoundation – AVPlayer 播放视频

AVFoundation – AVPlayer 播放视频 - AVPlayer 控制播放器的播放,暂停,播放速度;注意更改播放速度要在视频开始播放之后才会生效; AVPlayerItem 管理资源对象,提供播放数据源; AVPlayerLay...
猿说编程的头像-猿说编程钻石会员猿说编程3年前
014153
AVFoundation - AVAssetExportSession 导出视频到沙盒目录-猿说编程

AVFoundation – AVAssetExportSession 导出视频到沙盒目录

AVFoundation - AVAssetExportSession 导出视频到沙盒目录 AVAsset 是 AVFoundation 框架中的核心的类,它提供了基于时间的音视频数据.(如电影文件,视频流),一个 asset 包含很多轨道的结合,如 au...
猿说编程的头像-猿说编程钻石会员猿说编程3年前
013163
AVFoundation - AVAssetImageGenerator 截图-猿说编程

AVFoundation – AVAssetImageGenerator 截图

AVAssetImageGenerator 截图 - AVAssetImageGenerator 是用来提供视频的缩略图或预览视频的帧的类.可以用AVAsset 来初始化, + (instancetype)assetImageGeneratorWithAsset:(AVAsset *)asset; ...
猿说编程的头像-猿说编程钻石会员猿说编程3年前
014952