/screen_recording

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

Primary LanguageObjective-C

Note: This project is no longer maintained. There's a call for maintainers.

--

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