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?

Était-ce utile?

La solution

AVAssetWriter seems to be the best option for doing this.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top