MOV to GIF

Turns a QuickTime MOV clip into an animated GIF at the frame rate and width you set. GIF maps everything to 256 colors.

What this does

MOV is the QuickTime container Apple devices record to, and a GIF can only hold flat palette frames. This tool decodes your .mov clip, resamples the picture to the frame rate and width you choose, trims it to the start and end you set, and reduces every frame to a 256-color palette before writing a single looping .gif. The conversion runs on the frames your browser can already play back from the file.

Because GIF has no inter-frame compression, each frame is stored whole, so longer clips, higher frame rates, and wider output all push the file size up quickly. The QuickTime audio track is dropped, since GIF carries no sound, and smooth gradients from a phone camera can show banding once they are squeezed into 256 colors.

How it works

  1. 1Drop your .mov file or pick it from your device. Clips straight off an iPhone, iPad, or Mac work.
  2. 2Set the frame rate and width, and trim the clip with the start and end fields if you only need part of it.
  3. 3Click Create GIF, watch the preview, then download the .gif.

Built with open source

  • Mediabunny Converts and edits video and audio in the browser via WebCodecs. Add-on encoders cover MP3, AAC, and FLAC. · MPL-2.0
  • gifenc Fast GIF encoding with color quantization. · MIT

Frequently asked questions