TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

OS X Screencast to animated GIF

94 pointsby gabamnmlabout 10 years ago

13 comments

juandazapataabout 10 years ago
Or just use the free tool LICECAP (<a href="http://www.cockos.com/licecap/" rel="nofollow">http:&#x2F;&#x2F;www.cockos.com&#x2F;licecap&#x2F;</a>), record directly from the screen, export to GIF and avoid all that hassle.<p>However, I can see why this could be a cool learning experiment.
评论 #9154975 未加载
评论 #9158098 未加载
dergachevabout 10 years ago
Oh cool this is my old gif gist. I ended up writing a ruby wrapper around it these open source tools, check it out at <a href="https://github.com/dergachev/screengif" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dergachev&#x2F;screengif</a>
评论 #9155459 未加载
jameshawkinsabout 10 years ago
I highly recommend CloudApp. Hosts screenshots and gifs, auto posts URLs to screenshots to your clipboard. <a href="http://www.getcloudapp.com/" rel="nofollow">http:&#x2F;&#x2F;www.getcloudapp.com&#x2F;</a>
reubenmoraisabout 10 years ago
Please mind the accessibility loss when doing something like this in a pull request or, even more importantly, in documentation. Include a text description that&#x27;s good enough for anyone to grasp what&#x27;s going on without looking at the GIF. Your vision impaired contributors will thank you. It&#x27;ll also be friendlier to people who watch repos via email.
proksoupabout 10 years ago
licecap is an application that allows direct screen recording to gif.<p>I personally find it more useful than this OP project, and so wanted to share in case others also find it useful.
评论 #9154872 未加载
m_muellerabout 10 years ago
I think Sublime&#x27;s animated image encoder would be a great tool if someone took over support for it. Both compression and quality should be miles ahead of any gif converter, I just think it&#x27;s a bit too much of a hassle to use.<p><a href="https://github.com/sublimehq/anim_encoder" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;sublimehq&#x2F;anim_encoder</a>
colandermanabout 10 years ago
Maybe I&#x27;m out of the loop, but isn&#x27;t a screencast supposed to be live? Like a broadcast?<p>Anyway I bet an actual live broadcast wouldn&#x27;t be too hard to do, although your poor viewers&#x27; browser caches would fill up pretty easy. But then that&#x27;s what multipart&#x2F;x-mixed-replace is for.
评论 #9155375 未加载
mejackreedabout 10 years ago
There&#x27;s this gem that simplifies the steps needed. <a href="https://github.com/jkeck/make-me-a-gif" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jkeck&#x2F;make-me-a-gif</a> . Full disclosure my awesome coworker made it.
Aissenabout 10 years ago
Yeah, let&#x27;s all collectively waste more bandwidth because browsers couldn&#x27;t agree on a common video codec… At least gfycat and imgur&#x27;s gifv are try to solve this problem.
swhittabout 10 years ago
Now we just need ShareX for OS X (and have it deal with the damn hidpi screenshots correctly).
Thev00d00about 10 years ago
Amazing people are still doing this in this age of HTML5 video.
joelrunyonabout 10 years ago
I like recordit.co
tshadwellabout 10 years ago
byzanz was created for this purpose.