I'm working on an app where I have to overlap an alpha channel video over a video recorded from the device camera. Is it possible using GPUImage framework? If YES how can I implement it using GPUImage? And if NO what alternative do I have?
Asked
Active
Viewed 250 times
0
-
http://stackoverflow.com/a/33860725/763355 – MoDJ Nov 22 '15 at 22:00
1 Answers
0
Yes you can implement it with GPUImage. You need to use Blending filters of GPUImage. Here you can find implementation. http://indieambitions.com/idevblogaday/mixing-videos-gpuimage/

ghkaren
- 591
- 4
- 16