41

I often see this a lot on GitHub. How can I reproduce this animated .gif effect?

https://github.com/autresphere/ASMediaFocusManager

animation

Kara
  • 6,115
  • 16
  • 50
  • 57
mosca1337
  • 2,409
  • 3
  • 24
  • 27

1 Answers1

77

You can record your screen with QuickTime and then convert that MOV file into a GIF.

Open QuickTime and click on the "File" menu then "New Screen Recording".

enter image description here

Drag your pointer to select the region of the screen you want to record, and then click the Start Recording button within the region.

enter image description here

When you're finished, stop recording. To stop recording, click the stop button in the menu bar. Now, go back to "File" menu and click "Export".

enter image description here

Save your screen recording as a movie.

Next, you can use Photoshop to open your screen recording and export it as a GIF.

Chris Ledet
  • 11,458
  • 7
  • 39
  • 47
  • 2
    A tiny bit more detail about how those things are done (or even a couple of links to websites explaining how to do it) would be really helpful here. – Robert Harvey Nov 19 '13 at 18:09
  • I'm having a hard time finding a way to capture just one window or selection at a time. – mosca1337 Nov 19 '13 at 18:18
  • Added some pictures and better instructions. – Chris Ledet Nov 19 '13 at 18:57
  • If you don't have Photoshop you can use [this free site](http://www.zamzar.com/) instead – Eli Ganem Jun 23 '15 at 17:53
  • 15
    Just wanted to update this for every one not having Photoshop or just wants to make this in just a few seconds: Use the Giphy App , its free and painless. Has screen recording and saves as a gif by default. https://itunes.apple.com/de/app/giphy-capture.-the-gif-maker/id668208984?mt=12 - Not affiliated with them, just found this solution. It's easer.. – mklb Feb 05 '17 at 14:31
  • There are some command line tools: `ffmpeg` and `gifsicle`. See: https://apple.stackexchange.com/a/211219/35933 – Efren May 18 '17 at 08:10