How to Export a GIF from DaVinci Resolve

Sep 26, 2026

GIF is one of the containers in the Deliver page's Format dropdown — a menu the Reference Manual describes as the formats "currently available on your system", which depend on your operating system and on whether Final Cut Pro and QuickTime are installed. There is no separate "export as GIF" command and no GIF codec to pick — choosing the container is the whole decision.

Here is the click path, plus the two lines of official documentation that tell you what kind of GIF you get. Blackmagic specifies very little about GIF output, and one of the few things it does specify is a hard ceiling.

Before you start

Whether GIF is in your Format menu at all depends on your machine. The Reference Manual describes that dropdown this way (p.4197):

"Format: A dropdown menu that gives access to the container formats that are currently available on your system. The available options depend on whether you have Final Cut Pro and QuickTime installed, and on the operating system you're using. This list is constantly growing, as new file formats are added over time, so be sure to check each new version for the latest supported formats."

Three qualifiers in one sentence: currently available on your system, dependent on whether Final Cut Pro and QuickTime are installed, dependent on the operating system. So "Resolve supports GIF" is not quite the claim the manual makes — your machine's list may differ, and it tells you to re-check on each new version.

What a Resolve GIF actually is, per the official spec

The manual's entry for the format is a single sentence, and it carries the only hard limit Blackmagic states for GIF (p.4197–4198):

"GIF: The venerable Graphics Interchange Format allows you to output web animations, memes for social media, and 1990's internet aesthetics, in up to 256 colors."

The second source is the official Supported Formats and Codecs document dated July 2025. In its macOS chapter, the GIF row reads:

Format | File Ex. | Alpha Exports | Codec Passthrough(1) | Decode | Encode
GIF    | gif      | Yes           | –                    | Yes    | RGB 8-bit, constant duration animated.

Three things follow straight from that row, and they are the reason this page exists:

  • Alpha Exports is "Yes". In that table, GIF is one of the formats listed as able to carry an alpha channel out of Resolve — in the same document, H.265 inside an .mp4 container has "–" in that column.
  • Encode is "RGB 8-bit, constant duration animated." Constant duration is the phrase to read twice: every frame carries the same duration. Hand-tuned per-frame delays — a long hold on the opening frame, fast frames through the middle — are not what this encode path describes.
  • Codec Passthrough is "–". The footnote defines the column: "Indicates if codec renders can be sped up by reusing the original source video essence if there are no effects or color changes to the clip. Relevant only for formats that can be read and rendered by DaVinci Resolve." A GIF render is a full encode every time.

One qualifier: that row is from the macOS chapter of the July 2025 document, which repeats its table separately for mac OS, Windows and Rocky Linux 8.6 (CUDA). For the Windows and Linux GIF rows, check the official documentation.

And the gap: frame rate, dithering and palette generation are not documented anywhere. "up to 256 colors" plus "RGB 8-bit, constant duration animated." is the entirety of what the official sources say about GIF output. No dither switch, no palette algorithm, no frame-rate guidance. If those knobs are what you came for, they are not in the manual.

Step 1 — Mark the range you want

A GIF is usually two seconds out of a much longer timeline, which makes the render mode matter (p.4196):

"IMPORTANT: If you're in Individual Clips mode, In and Out points automatically snap to the nearest clip In or Out point in the Timeline. You cannot render partial clips in Individual Clips mode, but you may do so in Single Clip mode."

Set In and Out on the timeline, then render in Single Clip mode. One catch from the same page: "Whenever clip filtering is enabled (via the dropdown menu to the right of the Clips button), Single Clip rendering cannot be selected."

Step 2 — Open Deliver and choose custom

At the top of Render Settings sits the preset menu, and the manual's own instruction is blunt: "If you want to create your very own settings, then choose custom." That matters here, because each preset "automatically sets up what you need and locks you out of settings that are not necessary for rendering that type of media." Custom is the state where "nothing is automatically set, and all conventional media rendering options are available."

Step 3 — Set Format to GIF

In the Video tab of Render Settings, set Format to GIF. If the video controls look greyed out, check the Export Video checkbox first (p.4197):

"Export Video: Turn this checkbox on to render the source video. Turn this checkbox off if you want to render the source audio all by itself; this disables all video controls, and shows an Audio Format dropdown menu in the audio section of settings."

Step 4 — Check the output resolution

Resolution is not something a GIF should inherit by accident (p.4199):

"Resolution: The output resolution for rendering. This setting defaults to Timeline Resolution ... Some file formats require specific resolutions, in which case the Output Size settings will be automatically set to the necessary resolution."

Set Output Size to the size the GIF will actually be viewed at rather than letting it inherit the timeline. If your timeline is Ultra HD, note that the codec list's NOTES section says "Encoding video resolutions >= 4K is only supported with DaVinci Resolve Studio." Blackmagic does not define whether UHD 3840 x 2160 counts as ">= 4K" — check the official documentation.

Step 5 — Name it and add it to the render queue

Iterating on a GIF means rendering the same range over and over, so this line matters (p.4210):

"When rendering a clip, DaVinci Resolve automatically overwrites any other media files that have the same name."

Turn on Use unique filenames if you want to keep the earlier attempts: "When enabled, additional characters are added to every rendered media file to guarantee that each rendered media file has a completely independent name." Then click Add to Render Queue and Render All.

Try it right here

Runs in your browser. Your file is not uploaded anywhere.

Loading tool…

If you only need a GIF and not a grade, the converter above is the same engine behind MP4 to GIF; the rest lives on the tools page.

Common mistakes

  1. Hunting for a dither or palette setting. Neither the Reference Manual nor the July 2025 codec document records one, so there is nothing to hunt for in Render Settings. Related: the ffmpeg GIF palette workflow.
  2. Expecting per-frame timing. The official encode value is "constant duration animated." Plan the loop around a single frame duration.
  3. Rendering in Individual Clips mode for a partial range. The manual says partial clips cannot be rendered in that mode.
  4. Assuming GIF is in everyone's Format menu. The manual only ever describes it as the formats "currently available on your system".
  5. Treating GIF like the still-image formats. The manual appends "This is a still image format only" to its HEIF, JPEG and PNG entries. The GIF entry carries no such sentence — it says "output web animations".

FAQ

Does DaVinci Resolve export animated GIFs? Yes. GIF is one of the container formats in the Deliver page Format menu, and the manual describes it as a way to "output web animations, memes for social media, and 1990's internet aesthetics". The codec list's Encode value for GIF says "constant duration animated."

How many colours can a DaVinci Resolve GIF have? Up to 256. The manual states the GIF format outputs "in up to 256 colors", and the codec table lists the encode as "RGB 8-bit". That is the only hard number Blackmagic publishes for GIF.

Can I set the frame rate or dithering of a GIF in Resolve? Blackmagic's official documentation doesn't state this. No frame-rate guidance, dither option or palette algorithm appears for GIF in either the Reference Manual or the Supported Formats and Codecs document.

Does a Resolve GIF keep transparency? The July 2025 codec document's macOS chapter lists Alpha Exports as "Yes" for GIF. For the Windows and Linux GIF rows, check the official documentation.

Should I export WebP instead? It is worth a look if your destination accepts it. The manual describes WebP as "Google's image format designed to supersede JPEG, PNG, and GIF formats for web based content" and says "It can be used to export animated video losslessly or with compression for internet delivery." Note that the July 2025 codec document has no WebP row at all, so its platform support is undocumented there.

Why does a short GIF still take a while to render? GIF has "–" in the Codec Passthrough column, so there is no reuse of the original video essence — every frame is encoded. Shortening the In/Out range is the lever that helps.


More Deliver-page walkthroughs live in the how-to hub. Facts here are quoted from the DaVinci Resolve 21 Reference Manual and Blackmagic's Supported Formats and Codecs document dated July 2025 — both are revised without notice, so verify against the official PDFs.

Clapr team

Clapr team

How to Export a GIF from DaVinci Resolve | Clapr Blog