iOS AVfoundation overlay video with video
问题 I have main video and I want to overlay it with another animated video with alpha channel like "Action Movie FX" application. How can I do it with AVfoundation, or can you suggest third-party framework? Thanks 回答1: GPUImage by Brad Larson is a great third-party framework for this kind of thing. It has many different blending algorithms you can choose from. This thread has code similar to what you want to do. 回答2: I would suggest that you take a look at my 3rd party framework to do this sort