rFlex / SCRecorder

iOS camera engine with Vine-like tap to record, animatable filters, slow motion, segments editing
Apache License 2.0
3.06k stars 583 forks source link

How can I get the data of every single frame of the video I'm recording? #363

Open porridgec opened 7 years ago

porridgec commented 7 years ago

Now I'm working on a project that using SCRecorder to record video and meanwhile, for some reason,I need to get the data,which I can convert to NSData later, of every single frame of the video which is being recorded.

So what should I do ?