I want to make some gif for my project tutorial. Generally, I make gif from the recorded video, which looks terrible.
Here is an example that I make:
But recently, I encountered the website called create react app. In this website, the gif looks more clean and crisp. Here is an example of create react app gif file.
Can anyone suggest me how to make gif like this and which software should I use to make this kind of gif file?
Advance Thank you.
[note: please forgive my grammar mistake]
Top comments (3)
If you look at the source of the image you'll end up here camo.githubusercontent.com/29765c4...
Now suddenly you can select text, meaning it's not gif/mp4. If you press Ctrl + U to look at the source again, you'll see it's a SVG-animation. So it's not a gif but a svg animation, that's why it's so crisp.
If you're looking for terminal specific recording you can give terminalizer a try, which does exactly what you've seen in the create-react-app docs.
Otherwise, for general purpose, Giphy Capture is pretty cool. It lets you trim and change the settings for each recording, and you can export them as mp4s as well.
Thank you for suggesting terminalizer. I've been looking for this kind of gif creator.