Clever recording using AVFoundation

Posted by martin on Super User See other posts from Super User or by martin
Published on 2013-11-13T15:50:10Z Indexed on 2013/11/13 16:00 UTC
Read the original article Hit count: 291

Filed under:
|

Hello I am working on my master thesis and I am programming app for iOS using AVFoundation framework. I can make by myself session and attach devices to it and record video with sound. The main problem is that I need continous recording (3hours or longer). After three hours user will stop recording and user will choose time eg. 15 mins (max 30 mins) and only this last 15 mins will be stored to iphone memory. Is it possible to 'cut' video while recording or should I record it eg. in 10 minutes block and then delete old video segments and last two segments connect to one bigger? Will perform these connections (stop recording, start new recording and then connect these two segments) lags in final long video segment? Is there any way to perform this 'clever' recording? Thank you for any ideas.

© Super User or respective owner

Related posts about video

Related posts about ios