Giter Club home page Giter Club logo

slowmotionvideorecorder's Introduction

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

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

slowmotionvideorecorder's People

Contributors

shu223 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

slowmotionvideorecorder's Issues

iPad issue

This is a great solution for slo-mo recording. it works well on iPhone devices. But it's not working with iPad device. Hope you will fix this issue. Thanks,

slomo effect is lost

Hi. The video created by this application does play in slomo on iphone and mac quicktime player. But other players like google drive[whatever default player they have], videojs player, AVPlayer [in iphone app] do not play it in slow motion. But if I record slomo video using the native iphone camera app, all the above listed videos are able to play it in slowmo. Looks like there is some information that needs to embed inside the video file. Any clues ?

Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.