AVAssetExportSession导出时,AVVideoCompositionCoreAnimationTool没有对自定义属性进行动画处理的问题。
创始人
2024-11-12 20:00:26
0

在设置AVVideoComposition时,需要为AVVideoCompositionCoreAnimationTool设置delegate,并实现其中的“animationTool:didAnimateProperty:ofLayer:atTime:withValue:”方法。在该方法内,判断自定义属性的键是否符合动画处理,如果是则对其进行相应的动画处理。

示例代码:

// 自定义属性的键
let customAnimationKey = "customAnimationKey"

// 设置AVAssetExportSession
let exporter = AVAssetExportSession(asset: asset, presetName: AVAssetExportPresetHighestQuality)
exporter.outputFileType = .mp4
exporter.videoComposition = videoComposition

// 设置AVVideoCompositionCoreAnimationTool
let animationTool = AVVideoCompositionCoreAnimationTool(postProcessingAsVideoLayer: videoLayer, in: videoComposition)
animationTool.delegate = self // 设置delegate

videoComposition.animationTool = animationTool

// 实现AVVideoCompositionCoreAnimationToolDelegate中的方法,进行动画处理
extension ViewController: AVVideoCompositionCoreAnimationToolDelegate {
    func animationTool(_ animationTool: AVVideoCompositionCoreAnimationTool, didAnimateProperty prop: String, ofLayer layer: CALayer, atTime time: CMTime, withValue value: Any) {

        if prop == customAnimationKey {
            // 对自定义属性进行动画处理
            let anim = CABasicAnimation(keyPath: "opacity")
            anim.fromValue = 0
            anim.toValue = 1
            anim.duration = 1
            layer.opacity = 1
            layer.add(anim, forKey: "opacity")
        }
    }
}

相关内容

热门资讯

教程辅助!微乐小程序自建房辅助... 教程辅助!微乐小程序自建房辅助工具插件,微乐小程序免费黑科技(开挂自建房)app1、实时微乐小程序自...
必知教程!微信微乐自建房辅助工... 必知教程!微信微乐自建房辅助工具,微乐小程序免费黑科技(开挂自建房)器一、微信微乐自建房辅助工具游戏...
一分钟揭秘!微乐自建房辅助工具... 一分钟揭秘!微乐自建房辅助工具,微乐小程序免费黑科技(开挂自建房)方法该软件可以轻松地帮助玩家将微乐...
玩家必备教程!微乐自建房辅助工... 玩家必备教程!微乐自建房辅助工具挂,微乐自建房脚本免费入口(开挂自建房)插件1、下载好微乐自建房辅助...
避坑细节!微乐小程序自建房辅助... 避坑细节!微乐小程序自建房辅助工具插件,微乐小程序免费黑科技(开挂自建房)插件1、操作简单,无需微乐...
玩家必看科普!微乐自建房辅助工... 玩家必看科普!微乐自建房辅助工具免费app,微乐自建房脚本免费入口(开挂自建房)技巧1、超多福利:超...
交流学习经验!微乐微信自建房辅... 交流学习经验!微乐微信自建房辅助工具插件,微乐家乡麻将自建房辅助app(开挂自建房)工具1、微乐微信...
六分钟了解!微乐微信自建房辅助... 六分钟了解!微乐微信自建房辅助工具插件,微乐自建房脚本免费入口(开挂自建房)教程1、微乐微信自建房辅...
新手必备!微信雀神麻将挂件开挂... 新手必备!微信雀神麻将挂件开挂辅助,微乐家乡麻将自建房辅助app(开挂自建房)教程1、起透看视 微乐...
一分钟教你!微乐微信自建房辅助... 一分钟教你!微乐微信自建房辅助工具插件,微乐自建房脚本免费入口(开挂自建房)脚本微乐微信自建房辅助工...