Skip to content

120 fps SLO-MO video recorder using AVFoundation. Including convenient wrapper class. Available on the iPhone5s.

License

Notifications You must be signed in to change notification settings

edison9888/SlowMotionVideoRecorder

 
 

Repository files navigation

Slow Motion Video Recorder for iOS

An iOS sample app for recording 120 fps slow-motion videos using AVFoundation. Including a wrapper class which makes the implementation much easier. Available on the iPhone5s.

##Usage of the wrapper class

This repository includes a wrapper class "AVCaptureHelper" which makes implementing 120fps video recorder app much easier.

###1. Initialize

self.captureManager = [[AVCaptureManager alloc] initWithPreviewView:self.view];
self.captureManager.delegate = self;

###2. Start recording

[self.captureManager stopRecording];

###3. Stop recording

[self.captureManager stopRecording];

##Example for the slow motion video

See the 120fps Slo-Mo video in Vimeo 120fps.

About

120 fps SLO-MO video recorder using AVFoundation. Including convenient wrapper class. Available on the iPhone5s.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published