If you can get beyond the ancient website design, this is actually an amazingly simple tool. It is trivial to record a small portion of your screen, and it saves directly to your desktop as a gif. No file saving, exporting, etc. At Engine Yard, we use these gifs for UI related pull requests, bug requests, etc. A picture is worth a thousand words, or something like that.
I use LICEcap a lot too, it's really cool. The only downside is the file sizes can quickly become gigantic compared to MP4. I wonder if imgur's new conversion feature could be useful here though if they're uploaded there..
That's not because of LICEcap, that's because of the nature of gifs. Gifs are a horrible format for longform motion. All Imgur or gyfcat do is convert it from a gif to a mp4.
Yeah, LICECAP is great. I have taken to using it for providing UI/UX feedback on Design. Just make the GIF, drag into github discussion for the issue or Pull Request. Done. :)
It removes a lot of hassle of reproducing the errors for designers from verbal or written instructions. Keycastr is also a good addition to the set of tools, as it can show the exact commands you were entering too.
Maybe I'm out of the loop, but isn't a screencast supposed to be live? Like a broadcast?
Anyway I bet an actual live broadcast wouldn't be too hard to do, although your poor viewers' browser caches would fill up pretty easy. But then that's what multipart/x-mixed-replace is for.
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's good enough for anyone to grasp what's going on without looking at the GIF. Your vision impaired contributors will thank you. It'll also be friendlier to people who watch repos via email.
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 https://github.com/dergachev/screengif
Thanks for making this. Have you tried to use lossygif https://pornel.net/lossygif (which is based on gifsicle)? We've seen a consistent 20% reduction in file size.
I think Sublime'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's a bit too much of a hassle to use.
Yeah, let's all collectively waste more bandwidth because browsers couldn't agree on a common video codec… At least gfycat and imgur's gifv are try to solve this problem.
21 comments
[ 3.9 ms ] story [ 55.2 ms ] threadI personally find it more useful than this OP project, and so wanted to share in case others also find it useful.
Works super great!
However, I can see why this could be a cool learning experiment.
If you're worried about size, just use the mp4.
Anyway I bet an actual live broadcast wouldn't be too hard to do, although your poor viewers' browser caches would fill up pretty easy. But then that's what multipart/x-mixed-replace is for.
https://github.com/sublimehq/anim_encoder