Shotcut's official documentation of GIF export is two lines in the release notes. One records that a preset was added; the other records that it was restored. The things people actually search for — loop count, palette, dithering, a recommended frame rate, a size ceiling, a click path — are not covered on the FAQ, the Features page, or the User Guide.
That gap is the real answer to "how do I export a GIF from Shotcut." You can find the preset, but there is no official page telling you what it does or how to tune it. Here is exactly what is documented, what is not, and the route that gives you control over the result.
The GIF documentation, at a glance
| What you want to know | What the official sources say |
|---|---|
| Does a GIF export preset exist? | Yes — recorded twice in the release notes |
| Where it is documented | Release notes only, Releases 16.03 and 18.05 |
| Loop count | Shotcut's documentation does not cover this |
| Palette or dithering controls | Shotcut's documentation does not cover this |
| Recommended frame rate or dimensions | Shotcut's documentation does not cover this |
| Step-by-step instructions | Shotcut's documentation does not cover this |
| Still-image export formats (Export Frame) | "PNG, BMP, JPEG, PPM, TIFF, or WebP" |
| Animated WebP | Presets for still sequence and animation added in Release 21.08.29 |
| Format if you pick no preset at all | "a high quality H.264 MP4 file" |
The two release-note lines, verbatim, are:
"Added an export preset for animated GIF."
That is Release 16.03. Two years later:
"Restored GIF Animation for Export."
That is Release 18.05. As of the September 2026 snapshot of the official release notes, those are the only two entries that describe GIF on the export side. GIF also appears on the Features page, but in a list about format support rather than export settings:
"Supports popular image formats such as AVIF, BMP, GIF, JPEG, PNG, SVG, TIFF, WebP as well as image sequences"
The same page explains where the breadth comes from — "Encode/transcode to a variety of formats and codecs thanks to FFmpeg" — but it never narrows that down to a GIF-specific setting.
Why the silence matters when you click Export
A preset with no documentation behind it is not the same thing as a preset you understand. Three pieces of official text explain why that distinction bites.
First, the default is not GIF. The User Guide is emphatic that picking a preset is optional:
"NOTE: It is not necessary to choose a preset! Shotcut comes with default values that creates a high quality H.264 MP4 file at a reasonable size and speed that automatically adapts to the resolution, frame rate, and visual complexity of your project. Clicking Reset or the preset named Default restores the panel to its default values."
So the well-documented, self-adapting path leads to an MP4. Choosing GIF means stepping off it deliberately.
Second, the guide does not promise that any preset is safe. Its own list of what presets are not:
"Export presets are not: Project templates Guaranteed-safe configurations Automatically compatible with all codecs or hardware encoders"
Third, the guide names the failure modes that come from mismatched export settings:
"Examples of common pitfalls: Choosing a codec not supported by the selected container Enabling hardware encoding with unsupported formats Mixing incompatible pixel formats or profiles"
"These issues can: Cause export failure Produce unplayable files Result in silent audio or missing video"
Put those together and the shape of the problem is clear: the settings that decide GIF quality live in the Advanced tab, and the Advanced tab comes with an unusually blunt official warning.
"Click Advanced to show many more controls and options. However, by clicking Advanced you should understand that Shotcut expects you to be advanced and know what you are doing. There are simply too many combinations of settings and options that Shotcut's advanced export mode lets you create invalid combinations and does not protect you from yourself."
Worth noting too: the hardware-encoder material is written about other codecs. Export Basics says of hardware encoding, "This feature currently only supports the H.264 (aka AVC) and HEVC (aka H.265) codecs," while the Hardware Encoding section and the release notes also list AV1 encoders such as "av1_nvenc (newer GPUs only)". None of that acceleration discussion is about GIF, so do not expect the hardware encoder checkbox to speed a GIF export up.
The route that gives you control
Because the tuning knobs that matter for GIFs are undocumented on Shotcut's side, the pragmatic split is: let Shotcut do the editing it documents well, and do the GIF conversion where the settings are visible.
Export your timeline the documented way — the default H.264 MP4, no Advanced tab, no invalid combinations to worry about — then convert that file to a GIF here:
Try it right here
Runs in your browser. Your file is not uploaded anywhere.
This runs in your browser tab. The video is read from disk, converted locally, and handed straight back, so nothing is uploaded. You get to see and change frame rate and size, which is exactly the part Shotcut's documentation is silent about. The same converter lives at MP4 to GIF if you want it on its own page.
If you would rather stay on the command line and control the palette yourself, that is a job for ffmpeg — see ffmpeg GIF palette. Do not try to paste ffmpeg recipes into Shotcut's Advanced tab, though; the User Guide rules that out directly:
"Please keep in mind that Shotcut is not a ffmpeg command line front end except in the rare cases of Properties > Convert and Reverse and proxy media generation. Thus, there are many things you cannot copy from ffmpeg examples are possible here. Only options from FFmpeg that affect the encoder or muxer."
Shotcut-side gotchas
The preset list is a folder you can inspect. If a GIF preset does not appear where you expect it, the guide tells you where presets live and one condition that catches people out:
"Presets are saved as files in the presets > encode folder in the app data directory (Settings > App Data Directory > Show). You can share these with others. You must restart Shotcut after manually adding preset files in order for Shotcut to see them."
Restarting is not optional. More on building your own in Shotcut custom export presets.
Export Frame is a different feature. If you only need one still image, the guide is specific — and GIF is not in its list:
"Export Frame is a feature that lets you save the frame currently displayed in the Shotcut viewer as a still image. The available formats are: PNG, BMP, JPEG, PPM, TIFF, or WebP."
Animated WebP is the better-documented animated format. Release 21.08.29 records: "Added support for WebP export with presets for still sequence and animation." If your destination accepts WebP, that path at least has a release note describing both a still-sequence and an animation preset.
If the export hangs, the FAQ has one procedure. It applies to any export, GIF included: stop the job from the Jobs panel, retry with parallel processing disabled, and if it still fails, "see what percentage it reaches before failing or hanging. Then, apply the percentage to your project duration to find the rough time of where it seems to be having trouble." Full walkthrough in Shotcut export failed.
FAQ
Can Shotcut export an animated GIF? The release notes record an export preset for animated GIF, added in Release 16.03 and restored in Release 18.05. That is the official basis for saying it exists. The FAQ, Features page and User Guide do not describe the preset or its settings.
How do I set the loop count for a Shotcut GIF? Shotcut's documentation does not cover this — there is no loop setting described in the FAQ, on the Features page, or in the User Guide. Check the official documentation if a later version adds it; otherwise convert from an exported MP4 in a tool that exposes the setting.
Why is my Shotcut GIF so large or so poor-looking? Nothing official states what quality, palette or frame-rate values the GIF preset uses, so there is no documented knob to blame or adjust. The dependable fix is to control resolution and frame rate at conversion time rather than guessing in the Advanced tab, which the guide warns "does not protect you from yourself."
Does the hardware encoder make GIF exports faster? The guide's hardware-encoding material covers H.264 and HEVC, with AV1 encoders added in the Hardware Encoding section and release notes under qualifiers like "(newer GPUs only)". GIF is not part of that discussion, so treat hardware encoding as unrelated to this export.
Is there a size or length limit on Shotcut GIF exports? No such limit appears in the official GIF material, because the official GIF material is two release-note lines. Practical ceilings come from wherever you are posting the GIF, not from Shotcut. Browse the rest of our platform limits write-ups or the full tool list for those.
All Shotcut statements above are quoted from the official FAQ, Features page, User Guide (June 2026) and release notes, checked 16 September 2026. Release notes describe what changed in a given version, not the current state — verify against the official pages before relying on them.