Skip to content

Activate and record the iOS Simulator or Android emulator to a .mov

Notifications You must be signed in to change notification settings

rafaelsantander/screen_recording

 
 

Repository files navigation

screen_recording

Activate and record the iOS Simulator or Android emulator to a .mov.

$ ./screen-recording ios /tmp/video.mov
$ ./screen-recording android /tmp/video.mov

Send SIGINT to stop recording. CMD+C on the OS X Terminal.

Building

  • OS X 10.9

  • Xcode 5.0.2

  • ./build_debug.sh - Builds a debug release (verbose logging) in bin/screen-recording

  • ./build_release.sh - Builds a regular release (no logging) in bin/screen-recording

Design

About

Activate and record the iOS Simulator or Android emulator to a .mov

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 94.6%
  • Shell 5.4%