SkillAgentSearch skills...

SlowMotionVideoRecorder

120/240 fps SLO-MO video recorder using AVFoundation. Including convenient wrapper class.

Install / Use

/learn @shu223/SlowMotionVideoRecorder
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Slow Motion Video Recorder for iOS

An iOS sample app for recording higher fps slow-motion videos such as 120, 240 fps using AVFoundation. Including a wrapper class which makes the implementation much easier. Available on the iPhone 5s, iPhone 6, iPhone 6 Plus, iPhone 6s, iPhone 6s Plus etc.

Usage of the wrapper class

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

1. Initialize

self.captureManager = [[TTMCaptureManager 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

<p><a href="http://vimeo.com/82064431">See the 120fps Slo-Mo video in Vimeo 120fps.</a></p>
View on GitHub
GitHub Stars487
CategoryContent
Updated2mo ago
Forks102

Languages

Objective-C

Security Score

95/100

Audited on Jan 1, 2026

No findings