BradLarson / GPUImage

An open source iOS framework for GPU-based image and video processing
http://www.sunsetlakesoftware.com/2012/02/12/introducing-gpuimage-framework
BSD 3-Clause "New" or "Revised" License
20.24k stars 4.61k forks source link

Add sinple pause and resume recording function #2540

Open foxstudiohua opened 6 years ago

foxstudiohua commented 6 years ago

Recently I used GPUImage to make a video app, just found that there isn't a simple way to pause and resume the recording. I made a simple solution finally.

FTC-Chen commented 6 years ago

@foxstudiohua Thanks a lot ,i tried the method you submitted ,its solved my problem. When i used GPUImageMovieWriter to pause and continue several times to record a video. Thanks.