# SlowMotionVideoRecorder **Repository Path**: zanderzhang/SlowMotionVideoRecorder ## Basic Information - **Project Name**: SlowMotionVideoRecorder - **Description**: 120 fps SLO-MO video recorder using AVFoundation. Including convenient wrapper class. Available on the iPhone5s. - **Primary Language**: Objective-C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-01 - **Last Updated**: 2021-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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**. ![](http://f.cl.ly/items/360a271y1G3Q2C2a3p2d/IMG_8907_r1_c1.jpg) ##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 startRecording]; ```` ###3. Stop recording ```` [self.captureManager stopRecording]; ```` ##Example for the slow motion video ![](http://f.cl.ly/items/1b3Q0h0k3k2m261s3R3n/samplemovie__.gif)

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