-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Help ▪ Editor ✏️ ▪ Exporting your project 💾 ▪ Gif
You can export your project as Gif using 5 different types of encoders:
It's the newest encoder available. It uses the Octree algorithm to reduce the number of colors to 256. It produces a noticeable color banding, so it's best suited for animations with less colors and no gradients. For example, a recording of simple page (such as GitHub) will output an acceptable gif.
Size: 74.7KB
You can notice that this gif has some subtle artifacts (see the tags, when I'm hovering with the cursor). What happens is that the first frame colors are out of sync with the color of the frame after the cursor leaves hovering the tag.
It's caused because the first frame needs to be fully encoded (all pixels are there to be quantized, color-reduced), but the frame where the cursor moves only has those pixels to be encoded (the ones that changed). Less pixels to be encoded, means more color integrity.
This is the older encoder created for this app. It's similar to Encoder 2.0, but it usually creates a gif with better colors and a little bit bigger in file size.
Size: 111 KB
This encoder uses a default palette, so the gif quality will be noisy, with lots of dither. You can control the looping of the gif.
Size: 1.75 MB
With this encoder, the configuration is set via text. The commands are passed to FFmpeg during the encoding. This is the default configuration (if you lost it):
-lavfi palettegen=stats_mode=diff[pal],[0:v][pal]paletteuse=new=1:diff_mode=rectangle
If you wish to tweak that command, take a look at the FFmpeg documentation.
Size: 41.7 KB
In order to export using this encoder, you'll need to download FFmpeg.
Use the slider to change the quality of the output gif. The greater the value (slider more to the left), the better the final gif is.
Size: 375 KB
In order to export using this encoder, you'll need to download Gifski.
- Microsoft Windows 7 SP1/8.1/10/11
- .NET 6 (Desktop Runtime) or newer.
- Visual Studio 2022
- .NET 6