AVFoundation共30篇 第2页
AVFoundation – 将多个媒体合并导出-猿说编程

AVFoundation – 将多个媒体合并导出

AVFoundation将多个媒体合并导出,AVFoundation合并,AVFoundation导出,AVFoundation合并导出,猿说编程,
猿说编程的头像-猿说编程钻石会员猿说编程3年前
09680
AVFoundation – 将多个媒体合并(五) – 多个视频之间设置转场溶解过渡效果-猿说编程

AVFoundation – 将多个媒体合并(五) – 多个视频之间设置转场溶解过渡效果

AVFoundation转场溶解过渡效果,AVFoundation转场,AVFoundation溶解,AVFoundation过渡,AVFoundation合并,AVFoundation教程,
猿说编程的头像-猿说编程钻石会员猿说编程3年前
010012
AVFoundation - AVAssetImageGenerator 截图-猿说编程

AVFoundation – AVAssetImageGenerator 截图

AVAssetImageGenerator 截图 - AVAssetImageGenerator 是用来提供视频的缩略图或预览视频的帧的类.可以用AVAsset 来初始化, + (instancetype)assetImageGeneratorWithAsset:(AVAsset *)asset; ...
猿说编程的头像-猿说编程钻石会员猿说编程3年前
015172
AVFoundation – AVCompositionTrack AVMutableCompositionTrack 添加移除缩放媒体音视频轨道信息-猿说编程

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

AVFoundation – AVCompositionTrack AVMutableCompositionTrack 添加移除缩放媒体音视频轨道信息 - 1.不可变对象AVCompositionTrack AVCompositionTrack 继承自 AVAssetTrack ,该对象中的轨道...
猿说编程的头像-猿说编程钻石会员猿说编程3年前
07833
AVFoundation AVPlayer 合并多个媒体并播放-猿说编程

AVFoundation AVPlayer 合并多个媒体并播放

AVFoundation AVPlayer 合并多个媒体并播放 - AVComposition 继承自 AVAsset,将来自多个基于源文件的媒体数据组合在一起显示,或处理来自多个源媒体数据; 在《AVFoundation – 将多个媒体合并...
猿说编程的头像-猿说编程钻石会员猿说编程3年前
011250
AVFoundation - AVAssetImageGenerator 获取多帧图片-猿说编程

AVFoundation – AVAssetImageGenerator 获取多帧图片

AVAssetImageGenerator 获取多帧图片 - AVAssetImageGenerator 是用来提供视频的缩略图或预览视频的帧的类.可以用AVAsset 来初始化,例如: + (instancetype)assetImageGeneratorWithAsset:(AVA...
猿说编程的头像-猿说编程钻石会员猿说编程3年前
013412
AVFoundation – AVAssetTrackSegment 不可变轨道片段-猿说编程

AVFoundation – AVAssetTrackSegment 不可变轨道片段

AVFoundation – AVAssetTrackSegment 不可变轨道片段 - AVAssetTrackSegment 不可变轨道片段;AVCompositionTrackSegment 可变轨道片段,继承自 AVAssetTrackSegment;
猿说编程的头像-猿说编程钻石会员猿说编程3年前
08282
AVFoundation AVPlayer 合并多个媒体设置变速播放-猿说编程

AVFoundation AVPlayer 合并多个媒体设置变速播放

AVFoundation AVPlayer 合并多个媒体设置变速播放,AVPlayer变速播放,AVFoundation合并多个媒体,AVFoundation溶解,AVFoundation转场,
猿说编程的头像-猿说编程钻石会员猿说编程3年前
09131
AVFoundation - AVAssetExportSession 裁剪/转码-猿说编程

AVFoundation – AVAssetExportSession 裁剪/转码

AVAssetExportSession 裁剪/转码 - /* 参数: asset :要导出的会话 presetName :字符串常量 */ - (instancetype)initWithAsset:(AVAsset *)asset presetName:(NSString *)presetName; + (inst...
猿说编程的头像-猿说编程钻石会员猿说编程3年前
020673
AVFoundation – AVCompositionTrackSegment 可变轨道片段-猿说编程

AVFoundation – AVCompositionTrackSegment 可变轨道片段

AVFoundation – AVCompositionTrackSegment 可变轨道片段 - AVCompositionTrackSegment 继承自AVAssetTrackSegment,AVAssetTrack的一个片段,由URL,轨道标识符和从源轨道到合成轨道的时间映...
猿说编程的头像-猿说编程钻石会员猿说编程3年前
08992