Overlay SwiftUI view over a AVVideoComposition

98 Views Asked by At

I have a SwiftUI view that I would like to overlay in an exported video. I'm using AVVideoCompositionCoreAnimationTool to overlay a simple CALayer and this works, however I'm having a hard time bridging the gap between a SwiftUI view and Core Animation. Any leads or tips is appreciated, thanks!

I've tried using native CALayer and it works, but need more ideas on converting the SwiftUI view to CALayer.

0

There are 0 best solutions below