VideoFlint / Cabbage

A video composition framework build on top of AVFoundation. It's simple to use and easy to extend.
MIT License
1.52k stars 221 forks source link

animationTool 导出无效 #59

Closed huanglins closed 3 years ago

huanglins commented 3 years ago

字幕,贴纸这些好像不得不使用 CALayer 来实现,然后设置 animationTool 导出没有任何效果。

huanglins commented 3 years ago

设置 CompositionInstruction 的 enablePostProcessing 为 true 就可以了。