Silence-GitHub / BBMetalImage

A high performance Swift library for GPU-accelerated image/video processing based on Metal.
MIT License
989 stars 126 forks source link

Blending live camera video with a video file #73

Closed devAlikhani closed 3 years ago

devAlikhani commented 3 years ago

Hi , thanks for this amazing lib I'm trying to blend video from a file (mp4) with live camera video, and then record the results i couldn't find any example of this approach in Demo code , is it possible to do this?

Silence-GitHub commented 3 years ago

@devAlikhani Hi. I've added CameraVideoBlendVC.swift to demo project. It's a simple example to blend video with live camera. Maybe you need a custom video source to pause and resume the video output.

devAlikhani commented 3 years ago

Thanks @Silence-GitHub for your attention and support , I’ve try to improve your example as well.