Back to Blog

How to Convert a Screen Recording to GIF (Mac, Windows, Free)

TutorialsJune 23, 2026Moxion Team6 min read0

Turn Any Screen Recording into a GIF

Screen recordings are great for capturing tutorials, bug reports, product demos, and software walkthroughs — but MP4 and MOV files don''t autoplay in Slack, GitHub, or email. GIFs do.

Here''s how to convert your screen recording to GIF in under a minute, on Mac or Windows, for free.


Method 1: Moxion (Online, No Install)

Moxion''s Video to GIF tool converts any screen recording to GIF directly in your browser. Works with MOV, MP4, WebM, and AVI.

Steps:

  1. Go to moxion.ai/video-to-gif
  2. Upload your screen recording (MOV or MP4)
  3. Drag the trim handles to select just the clip you need
  4. Set FPS to 10–15 (enough for UI animations)
  5. Set width to 640–800px (sharp enough for code/text content)
  6. Click Convert to GIF
  7. Download — done

Best for: GitHub PRs, Slack messages, Notion pages, Jira tickets, email

Tips for screen recordings specifically:

  • Trim to the exact action — don''t include dead time before clicking
  • 640px width keeps UI text readable
  • 12 FPS is enough for most software demos

Method 2: QuickTime + FFmpeg (Mac, Free)

If you''re on Mac and recorded with QuickTime, you have a .mov file. FFmpeg can convert it directly:

ffmpeg -i screen-recording.mov -vf "fps=12,scale=640:-1:flags=lanczos" -loop 0 output.gif

For a specific time range:

ffmpeg -ss 00:00:05 -t 8 -i screen-recording.mov -vf "fps=12,scale=640:-1" output.gif

This extracts 8 seconds starting at the 5-second mark — perfect for trimming out the setup.

Best for: Developers already comfortable with the command line


Method 3: Xbox Game Bar (Windows)

Windows users can use the built-in Xbox Game Bar (Win + G) to record their screen, saving as MP4. Then upload to Moxion to convert to GIF.


MOV to GIF: What You Need to Know

QuickTime MOV files are container formats that usually contain H.264 or H.265 video. Most online converters handle them fine — Moxion supports MOV natively.

Common MOV to GIF issues:

  • File too large: Screen recordings can be 500MB+. Trim first, then convert.
  • Black screen output: Some MOV files use codecs not supported by browser-side converters. Use FFmpeg or upload to Moxion (server-side processing handles edge cases).
  • Text looks blurry: Set width to at least 640px, or use the original resolution if the file permits.

Best Settings for Screen Recording GIFs

Setting Recommended Why
FPS 10–15 UI animations look smooth; cursor movements are clear
Width 640–800px Text stays readable; not too large for embedding
Duration Under 10s Keep it focused — one action per GIF
Quality High Screen content has sharp edges — quality matters more here

Where to Use Screen Recording GIFs

  • GitHub PRs — Show reviewers exactly what changed in the UI
  • Bug reports — One GIF is worth a thousand words of reproduction steps
  • Slack / Teams — Instant autoplay, no "click to play" friction
  • Jira / Linear tickets — Embed directly in the description
  • README files — Demo your tool without hosting a video
  • Email — Works in every client without plugins

Convert Your Screen Recording Now

Go to Video to GIF →

Upload your MOV or MP4 screen recording and get a GIF in under 60 seconds. Free for your first conversion.

#screen recording to gif#mov to gif#quicktime to gif#screen capture gif#convert screen recording to gif

🛠 Try These Tools

Share this article