Back to blog

Mac Screen Recording Software

TL;DR: macOS has a built-in screen recorder (Cmd + Shift + 5) that handles basic captures, but it can't zoom, annotate, or capture system audio. For product demos specifically, DemoShot gives you auto-zoom, cursor effects, and polished output for a one-time $49 — no timeline editing required. For streaming, OBS is free. For full video editing, ScreenFlow is $149.

What You're Actually Choosing Between

Mac screen recording software splits into three tiers: built-in tools (free, zero setup, limited output), demo-focused recorders (record + auto-polish, minimal editing), and full production suites (timeline editors, steep learning curve). Here's the honest breakdown.

ToolPriceBest ForAuto EffectsExport Formats
Screenshot ToolbarFree (built-in)Quick capturesNoneMOV
QuickTime PlayerFree (built-in)Simple recordingsNoneMOV, MP4
[DemoShot](https://demoshot.app)$49 one-timeProduct demos, tutorialsAuto-zoom, cursor trackingMP4 (up to 4K), GIF
OBS StudioFreeStreaming, complex scenesNoneMKV, MP4, MOV
ScreenFlow$149 one-timeFull video editingManual keyframingMP4, MOV, GIF, ProRes
Camtasia~$300 one-timeCorporate trainingManualMP4, GIF
LoomFree / $12.50/moAsync team commsNoneMP4 (via download)

Built-In Option: macOS Screenshot Toolbar

Your fastest path to a recording. No installs, no accounts.

Steps

What It Can't Do

For a quick internal screen grab, this works. For anything you're sharing externally — a product walkthrough, a tutorial, a demo for your landing page — you'll hit these walls immediately.

QuickTime Player: Slightly More Control, Still Free

QuickTime adds microphone selection and resolution export options.

QuickTime still can't capture system audio without BlackHole or a similar loopback driver. That's a macOS permission restriction, not a QuickTime limitation.

DemoShot: The Fast Path to Polished Product Demos

If you're recording product demos, tutorial clips, or documentation videos, DemoShot is purpose-built for this. It's a native macOS app that records your screen and automatically adds the polish that would normally take you 30+ minutes of manual keyframing in a timeline editor.

What makes it different

The workflow

Record your demo once. DemoShot handles the zoom, the cursor effects, and the export. You get a polished video without opening a timeline editor. For devs and product teams who need to ship demo videos regularly, this removes the entire editing step.

$49 one-time, no subscription. Works on macOS 14+ with Apple Silicon.

OBS Studio: Maximum Control, Maximum Setup Time

OBS is the right tool if you're streaming, need multi-source compositing, or want zero cost with no recording time limits. It's not beginner-friendly.

Install

brew install --cask obs

Or download directly from obsproject.com.

Basic Recording Setup

OBS on Apple Silicon

OBS runs natively on Apple Silicon. If you hit a black screen on Display Capture, go to System Settings → Privacy & Security → Screen Recording and make sure OBS has permission. Then restart OBS entirely — don't just close and reopen the sources panel.

The trade-off with OBS: you get maximum flexibility, but zero built-in editing or effects. You're exporting raw files and editing elsewhere. If you're making product demos rather than streaming, you're adding a lot of work that tools like DemoShot handle automatically.

ScreenFlow: Full Timeline Editor for Complex Projects

ScreenFlow makes sense when you need a full editing suite — multi-track timeline, manual zoom/pan keyframing, callout effects, and multi-format export. It's what people use for polished course content and long-form tutorials.

Recording Workflow

Editing

ScreenFlow costs $149. The value is in the timeline editor — if you need to composite multiple sources, add complex annotations, or produce 20+ minute videos with cuts and transitions. If your typical output is a 2-minute product demo or a GIF for your README, that's significant overhead for something DemoShot handles with zero editing.

Loom: Async Team Communication

Loom is optimized for recording yourself + your screen and sending the link immediately. Not a production tool.

The main limitation: you don't own your video files on the free tier, and the compression is visible on high-motion content. For anything you're publishing externally, download the MP4 and re-export.

Camtasia: Enterprise Choice

Camtasia sits in the same space as ScreenFlow but targets corporate training teams. The 60-day free trial is genuinely useful.

Key differences from ScreenFlow:

For solo Mac developers, ScreenFlow gives more value per dollar. For quick product demos without an editing workflow at all, DemoShot is the faster option.

Choosing Resolution and Frame Rate

Use CaseResolutionFrame Rate
Tutorial / course video1920x108030fps
Software demo (fast UI)1920x108060fps
GIF for docs / README1280x720 or smaller15-24fps
Streaming1280x72060fps
Archive / full qualityNative display res60fps

On a Retina display, recording at native resolution (e.g., 3024x1964 on a 16" MBP) produces massive files. Scale down to 1080p at export unless you need pixel-perfect detail.

60fps makes cursor movement and scrolling look significantly smoother. The file size increase is worth it for any fast-moving UI demo.

Fixing Common macOS Permissions Issues

Every screen recorder hits this. If your recording is blank or the app can't access audio:

System Settings → Privacy & Security → Screen Recording — toggle the app off, quit it completely (Cmd + Q), toggle it back on, relaunch.

For microphone issues, same path: Privacy & Security → Microphone.

Common Questions

Q: Can I record system audio on Mac without third-party drivers?
ScreenFlow, Camtasia, and DemoShot handle system audio natively without BlackHole or Loopback. If you're using QuickTime or OBS, you need BlackHole: brew install blackhole-2ch, then create a Multi-Output Device in /Applications/Utilities/Audio MIDI Setup.app that combines BlackHole with your speakers.

Q: Why does my recording look blurry even at high resolution?
You're probably recording at Retina resolution but exporting at a scaled resolution. In ScreenFlow, check Canvas Size under Document settings. In OBS, make sure Base Resolution matches your actual display pixel count, not the scaled logical resolution.

Q: What's the fastest way to record a product demo without video editing?
DemoShot — record your screen, and the auto-zoom and cursor effects are applied automatically. Export directly to MP4 or GIF. No timeline, no keyframing, no editing step. For a manual approach, Cmd + Shift + 5 records the screen but gives you a raw .mov with no effects.

Q: Does screen recording affect Mac performance?
On Apple Silicon Macs (M1 and later), the hardware encoder handles H.264/HEVC encoding with minimal CPU hit. Native apps like DemoShot use ScreenCaptureKit directly and sit at around 3% CPU. OBS and Electron-based recorders tend to use more resources. On Intel Macs, recording at high resolution can push CPU usage noticeably — close unused apps.

Q: Do I need a subscription for good screen recording on Mac?
No. The built-in tools are free, OBS is free and open-source, DemoShot is $49 one-time, and ScreenFlow is $149 one-time. Loom and some others use subscription pricing, but it's not necessary for quality recordings.