0.0
No commit activity in last 3 years
No release in over 3 years
Record the screen on OSX with RubyMotion
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

>= 0
 Project Readme

rm-recorder

A series of classes that allows us to record the screen or camera without pain.

Installation

Add this line to your application's Gemfile:

gem 'rm-recorder'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rm-recorder

Usage

@tape = ScreenRecorder.new
# # start a recording with
@tape.record
# # stop it: 
@tape.stop 

By default you should have a file called video_recording.mov. The output file name is changeable by passing the desired name to the initializer

@tape = ScreenRecorder.new("zomg.mov")

Contributing

  1. Let's create a few of this to capture the screen, camaras, etc.