Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IPhone: Video API: Live video streaming modify

I have a question about video stream processing. Is it possible to get access and modify real time video stream during recording (f.e. I want to add some text to video)? I can do this as a preview by getting separate frames, but I'm looking for tool which will allow me to store video with my text in video frames.

Probably there is already some libraries/tools available (but I haven't found any yet).

like image 290
Gregory Avatar asked Nov 13 '22 19:11

Gregory


1 Answers

Try GPUIMAGE library. It can help you.

like image 119
innodeasapps Avatar answered Jan 03 '23 09:01

innodeasapps