How to generate GIF demo ?


Any easy way to generate GIF to show something?

One day I was thingking generate a GIF to show my project usage(recording effect video -> generate gif), I find below way work for me.

##Recording video

ezvid is a good tool for screen recording, video edit. I find easy to record screen with it. I can select specfic area. I can edit this vedio as a like.

One issue is that, it is not easy to find the video just created. Defaultly it put the videos under C:\Users\yourname\Documents\ezvid\projects

##Generate GIF from video

ezgif is a excellent site for gif, video to gif inside ezgif can convert video to gif online in a minute.

##Demo it on Github

Now github issues can support GIF, refer here on github.

when you drag gif to github issues, it will show like:

small

use this piece of code you can show it any where support markdown.

![small](https://cloud.githubusercontent.com/assets/12914190/12578546/7445d810-c45c-11e5-9e0d-bf620f60a75f.gif)