An open API service indexing awesome lists of open source software.

https://github.com/ltebean/ltvideorecorder

A demo project demonstrating how to add filter, drawing, and text to a video
https://github.com/ltebean/ltvideorecorder

filter short video video-processing video-recording

Last synced: 5 months ago
JSON representation

A demo project demonstrating how to add filter, drawing, and text to a video

Awesome Lists containing this project

README

          

This project demonstrates how to use CoreImage to add filter, drawing, and text to a video.

The flow is:
- for every frame, get CVPixelBuffer from a AVCaptureSession, convert it to a CIImage instance
- add filter to the CIImage
- add drawing and text layer to the CIImage
- render the CIImage to the screen
- write the CIImage to the file