Hacker News new | ask | show | jobs
by cosmic_quanta 2583 days ago
I've tried doing this screen-capture-to-gif thing before but it was always frustrating. I'd love to hear about the workflow to make a gif like this.
4 comments

I've used the default MacOS screen recording (cmd + shift + 5) and then edited/speed up some parts with iMovie.

Then I transform the video into a gif using https://github.com/mathieudutour/dotfiles/blob/master/bin/mo...

Hope that helps!

I used to do the same, but I've had MacOS's default software crash with long-ish (about an hour) content. I switch to Open Broadcaster Software[1] after that; free and open source, and very well made. The learning curve isn't that steep, either, if you're just doing regular screen/audio capture.

[1]

ShareX makes it very easy.

https://getsharex.com/

Wow I never heard of this and it looks awesome! Thanks for the share!
For terminal based things I've been using `asciinema`. There are various options to play/render such recordings, such as to an interactive SVG. SVGs are lot smaller than GIFs in file size, and are even scalable.

See one of my projects for example: https://github.com/timvisee/ffsend#ffsend-wip

Even better is ttyrec + tty-player for full self-hosting without a third party intervening. You get interactive playback controls and scroll buffer access while paused.

https://github.com/chris-morgan/tty-player

That isn't something I can embed in a GitHub README. But it looks cool anyway.
If you're doing just text/terminal recording, Asciinema is probably your best option: https://asciinema.org/