AVFoundation共30篇 第2页
AVFoundation – 将多个媒体合并(四) – 不同分辨率媒体合成并自定义分辨率-猿说编程

AVFoundation – 将多个媒体合并(四) – 不同分辨率媒体合成并自定义分辨率

AVFoundation – 将多个媒体合并(四) – 不同分辨率媒体合成并自定义分辨率 AVAsset 加载媒体 AVAssetTrack 获取视频 音频信息 AVMetadataItem 获取媒体属性元数据 AVAssetImageGenerator 截图 ...
猿说编程的头像-猿说编程钻石会员猿说编程3年前
010990
AVFoundation – 将多个媒体合并(三) – 多个轨道,每个轨道对应一个单独的音频或者视频-猿说编程

AVFoundation – 将多个媒体合并(三) – 多个轨道,每个轨道对应一个单独的音频或者视频

AVFoundation – 将多个媒体合并(三) – 多个轨道,每个轨道对应一个单独的音频或者视频 - 为了避免导出失败,解决方案是提取视频资源 AVURLAsset 音频轨道和视频轨道,重新构建 AVComposition ...
猿说编程的头像-猿说编程钻石会员猿说编程3年前
08110
AVFoundation – 将多个媒体合并(二) - 一个轨道多个视频无缝衔接-猿说编程

AVFoundation – 将多个媒体合并(二) – 一个轨道多个视频无缝衔接

AVFoundation – 将多个媒体合并(二) - 一个轨道多个视频无缝衔接 - 为了避免导出失败,解决方案是提取视频资源 AVURLAsset 音频轨道和视频轨道,重新构建 AVComposition ,然后在使用 AVAssetE...
猿说编程的头像-猿说编程钻石会员猿说编程3年前
09092
AVFoundation – AVVideoCompositionInstruction AVMutableVideoCompositionInstruction 操作指令-猿说编程

AVFoundation – AVVideoCompositionInstruction AVMutableVideoCompositionInstruction 操作指令

AVFoundation – AVVideoCompositionInstruction AVMutableVideoCompositionInstruction 操作指令 - AVVideoCompositionInstruction 继承自 NSObject ,封装了一组操作指令,由 AVVideoCompositi...
猿说编程的头像-猿说编程钻石会员猿说编程3年前
013513
AVFoundation – AVCompositionTrackSegment 可变轨道片段-猿说编程

AVFoundation – AVCompositionTrackSegment 可变轨道片段

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

AVFoundation – AVAssetTrackSegment 不可变轨道片段

AVFoundation – AVAssetTrackSegment 不可变轨道片段 - AVAssetTrackSegment 不可变轨道片段;AVCompositionTrackSegment 可变轨道片段,继承自 AVAssetTrackSegment;
猿说编程的头像-猿说编程钻石会员猿说编程3年前
08182
AVFoundation – AVCompositionTrack AVMutableCompositionTrack 添加移除缩放媒体音视频轨道信息-猿说编程

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

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

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

AVFoundation – AVVideoComposition AVMutableVideoComposition 管理所有视频轨道 - AVFoundation 类 API 中最核心的类是 AVVideoComposition / AVMutableVideoComposition 。 AVVideoComposit...
猿说编程的头像-猿说编程钻石会员猿说编程3年前
015884
AVFoundation - AVAssetExportSession 导出视频到沙盒目录-猿说编程

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

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

AVFoundation – AVComposition AVMutableComposition 将多个媒体合并

AVComposition AVMutableComposition 将多个媒体合并 - AVFoundation 框架中提供了丰富的接口用于视听资源的编辑,其中的关键是 composition ,它将不同的 AVAsset 相结合并形成一个新的 AVAsse...
猿说编程的头像-猿说编程钻石会员猿说编程3年前
019431