200

I need a way to record my Windows desktop and save it as an animated GIF file. Here's an example:

sample

I need GIF animations so that they can run from a web page without requiring any plugins. I want to record and save directly as a GIF.

How can I create a GIF screencast?

jlevis
  • 617

10 Answers10

226

I've been using licecap in various SuperĀ User answers. It's dead simple to use as you can see from this animated GIF image - just extend it over your recording area, hit record, set a save file, do your thing and hit stop. It's free, works pretty well, and seems simpler than most of the alternatives. It's entirely free and has Windows and OS X ports.

Enter image description here

On Windows 8.1 and hdpi displays, you'll need to turn off per app display scaling to get it to work normally without turning off global display scaling. I have a walkthrough on it here (Fixed as of version 1.26.)

Journeyman Geek
  • 133,878
52

I found GifCam, which is free for Windows.

Enter image description here

It worked well for my needs to capture and export the GIF image.

Some nice features:

  • Works from a single executable. I didn't need to install anything else to get it going
  • Has options to adjust the frame timing and to delete/add frames via a built in editor
  • You can add text to frames: Enter image description here
  • You can show/hide the cursor
  • Yoyo option so that the GIF image it loops back on itself.
  • Draw Green Screen over frames to create a cinemagraph.

Disclosure: I have no affiliation with the product or developer.

43

Screen To Gif is an excellent free solution. It has a lot of features including save directly to folder, hotkeys to start/stop recording, hide/show mouse, etc.

Michael
  • 557
smdrager
  • 531
19
  1. Use CamStudio Portable to record your screen activities to AVI.

  2. Use VirtualDubMod to convert the AVI to a sequence of images (PNG).

  3. Use Easy Graphic Converter to convert the PNGs to GIFs.

  4. Use UnFREEz to create an animated GIF from the images.

Done and dusted.

Video Tutorial

ALL programs are free, and ALL programs but Easy Graphic Converter are portable. Either you find an alternative image converter (there are plenty; I only chose it, because it was used for the tutorial) or you make it portable yourself by running the installer through the mighty Universal Extractor (I have tested it, it works).

If you want it "All in One", then you're pretty much out of luck, at least as far as "free and portable" goes.


Here are some (rather cheap) commercial screen-recording programs with output to animated GIF:

aSkysoft Screen Recorder ($39.95)

Super Screen Capture ($49.95)

As far as 'portability' is concerned, pretty much anything can be made portable, one way or other.

11

I recommend ShareX. Here's a review of it: https://filmora.wondershare.com/screen-recorder/sharex-review-and-alternatives.html

Franck Dernoncourt
  • 24,246
  • 64
  • 231
  • 400
Apometron
  • 119
8

Just one more solution that is usually ignored. You can actually use MS PowerPoint alone to record the screen and create GIFs. This could be useful if extra software installations are not allowed, such as on public computers.

Steps:

  1. Create a new PowerPoint file.
  2. In 'Insert', choose 'Screen Recording' and record the screen however you want.
  3. Edit the slide and make the best use of space. Change the slide ratio if necessary.
  4. You can actually insert multiple slides and record multiple clips by repeating steps 2-3.
  5. Go to 'File' -> 'Export' and choose 'GIF'.
River
  • 180
6

Jon Galloway had a great post of using TimeSnapper to record his desktop activities. The application which is an automatic screenshot journal isn't free, but at $25 it really isn't a bad deal.

And, if you don't need all of the options that the professional edition has, you can always download the 'Classic' version and just take screen shots of your activities.

Chris
  • 1,768
3

May be this not a solution, just a alternate way.

You can use Wink to record desktop activities and It has the option to export as SWF file format. You could use any swf to gif converter (will update soon)

ukanth
  • 10,800
2

Not sure there is a truly portable program to do this, given the huge difference between the Windows windows manager & the X Windows server used in *nix and Mac. Irfanview is probably the best windows tool to do this.

NirCmd is a commandline tool that can import a sequence of images on windows. Imagemagick can do this on anything running an X Server, there are free X servers for windows.

All of these tools make individual gif's which you can them combine into a single animated gif.

I still recommend Imagemagick for it's conversion capabilities. It has many features you could use to make your animated gif's more efficient.

DaveParillo
  • 14,761
0

One can use Camtasia to screenrecord and export it as a GIF:

image source: https://www.techsmith.com/camtasia/features/gif-editor/

Franck Dernoncourt
  • 24,246
  • 64
  • 231
  • 400