Free · MP4, WebM & GIF · No signup · No upload

Lottie to Video: which format should you pick?

A Lottie is vector animation data, not video, so anywhere that will not run a Lottie player — a video editor, a social feed, a slide deck, an email preview — you need to render it out. Lotiqlab exports three targets: MP4 for the widest compatibility, WebM for open, efficient web embeds, and GIF when the surface only accepts images. Pick the format below, drop the file in, and export at up to 4K. Everything renders in your browser, so nothing is uploaded.

How it works

  1. Drop your Lottie .json or .lottie onto the canvas below, or paste a URL to load it.
  2. Decide on a format from the table above: MP4 for compatibility, WebM for web embeds, GIF if only an image will do.
  3. Open the Export panel, choose the Video tab for MP4 or WebM (or the GIF tab), then set resolution, framerate, and loop count.
  4. Hit export — Lotiqlab renders each frame and encodes it in your browser, then downloads the finished file.

Lottie video formats compared

Lottie video formats compared
MP4 (H.264)WebM (VP9)GIF
Transparent backgroundNo — flattens to a solid colourNo — flattens to a solid colour1-bit only — hard edges
Colour fidelityFull colourFull colour256 colours, dithered
File size at 1080pSmallSmallestLargest by far
LicensingH.264, patent-encumberedOpen and royalty-freeOpen
Plays in Premiere / After EffectsYesNeeds a pluginYes
Plays on social platformsYes, everywhereLimitedYes
Best forAnything that accepts videoWeb embedsEmail, chat, README files

Frequently asked questions

What is the best format to convert a Lottie to video?

MP4 for almost everything: it plays everywhere, including video editors and social platforms. Choose WebM when the destination is a web page and you want a smaller, royalty-free file, and GIF only when the surface cannot take a video file at all.

Can I export a Lottie as video with a transparent background?

Not to any of these three. H.264 in MP4 has no alpha channel at all, and while the WebM container can carry one, browsers do not currently expose alpha encoding through WebCodecs, so Lotiqlab flattens the canvas for both. GIF supports only 1-bit transparency, which gives hard, jagged edges. When you genuinely need transparency, ship the Lottie itself and let the player composite it.

What frame rate should I export at?

Match the Lottie's own frame rate where you can — most are authored at 24, 30, or 60 FPS. Exporting at a higher rate than the source does not add smoothness, it only makes the file bigger; exporting lower can make fast motion look choppy.

Does converting to video lose quality?

It changes the trade-off rather than simply losing quality. A Lottie is vector data that stays crisp at any size, while video is fixed-resolution and lossy. Export at the size you will actually display, or higher, and keep the original .json so you can re-render later.

Is there a length or file size limit?

No hard limit, but rendering happens in your browser, so very long animations at 4K need memory and time. If an export stalls, drop the resolution or the loop count and try again.