Skip to content

Instantly share code, notes, and snippets.

@nderkach
Last active February 15, 2024 23:31
Show Gist options
  • Star 57 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save nderkach/69bdb3b5bc94bc3c444e to your computer and use it in GitHub Desktop.
Save nderkach/69bdb3b5bc94bc3c444e to your computer and use it in GitHub Desktop.
How to record iOS screen and share it on github

Record a screencast with QuickTime Player

  1. Connect an iOS defice with a cable
  2. In QuickTime Player: Option-Cmd-N (New Movie Recording) -> Select your device from the recording menu:

http://cl.ly/image/1w0y3Y0H2g2X/record.png

Install gifify

brew install ffmpeg
brew install imagemagick
curl -o /usr/local/bin/gifify -O https://raw.githubusercontent.com/jclem/gifify/master/gifify.sh && chmod +x /usr/local/bin/gifify

Convert .mov to .gif (refer here for details)

gifify <QuickTimeClip.mov>

Upload resulting file to CloudApp or a hosting of your choice

Include the .gif in a Markdown file like this:

![<gif-url>](<gif-url>)

http://www.conceptart.org/forums/attachment.php%3Fattachmentid%3D1916307%26d%3D1392949853

@ZaneH
Copy link

ZaneH commented Jan 20, 2015

Wow thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment