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.23k stars 4.61k forks source link

Is there a way to pause a GPUImageMovieWriter? #2448

Open jacobsologub opened 7 years ago

jacobsologub commented 7 years ago

I see that there's a GPUImageMovieWriter#paused property but that doesn't do anything. Looking for a way to pause/resume GPUImageMovieWriter recording the output of an GPUImageVideoCamera.

Thanks