Question

I realize this is a difficult question without a straightforward answer, but I'm hoping for some suggestions of frameworks or libraries I should start with.

Imagine a view that contains a background image, some smaller images overlaid, and a small video (an MPMoviePlayerController view) overlaid. What I need to do is create a composite video of the entire view. So the final result saved to disk would be all the images and the video combined into one video file.

What AV tools are available that would be most likely to help accomplish this?

Was it helpful?

Solution

AVAssetWriter seems to be the best option for doing this.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top