AVFoundation Tutorial: Adding Overlays and Animations to Videos | Kodeco, the new raywenderlich.com

In this AVFoundation tutorial, you’ll learn how to add overlays and animations to videos, by using the AVVideoComposition CoreAnimationTool, which allows you to combine CALayers with videos to add backgrounds and overlays.


This is a companion discussion topic for the original entry at https://www.kodeco.com/6236502-avfoundation-tutorial-adding-overlays-and-animations-to-videos
1 Like

Thanks do much for this tutorial, I have a challenge;

But, I get an api_misuse issue when I try to run the code. I followed everything as it is, but I don’t know where the problem is coming from

I’m running on iOS 16

Hi, Thanks for this nice tutorial. I used it previously and It worked nicely. But now in iOS 14, 15, 16 is not working at all. I am using AVVideoCompositionCoreAnimationTool to animate CALayer, CATextLayer with CABasicAnimation to video. Actually I want to animate text in video.

If you can help me to get workable solution, It would be huge time saving for me. Thanks in advance.
@marinbenc