How to Do a Video Screen Capture on Mac

Recording your screen on a Mac is one of those tasks that looks straightforward until you actually need to do it — and then you realize there are multiple methods, format options, and quality settings that can meaningfully change the result. Whether you're creating a tutorial, recording a bug to share with support, or capturing a video call, understanding how macOS handles screen recording helps you get it right the first time.

What "Video Screen Capture" Actually Means on Mac

A video screen capture records everything happening on your display — or a portion of it — as a video file. This is distinct from a screenshot, which captures a static image. The output is typically a .mov or .mp4 file that plays back the sequence of actions on screen, optionally with audio.

macOS has supported built-in screen recording since macOS Mojave (10.14), and the tools have matured significantly since then. You don't necessarily need third-party software, though your use case may point you in that direction.

Method 1: Using the Built-In Screenshot Toolbar

The fastest way to start a screen recording on a modern Mac is through the Screenshot toolbar, accessed with a keyboard shortcut.

How to open it: Press Command (⌘) + Shift + 5

This opens a floating control bar at the bottom of your screen with five icons:

IconFunction
Full-screen captureStatic screenshot of entire screen
Window captureStatic screenshot of one window
Selection captureStatic screenshot of a region
Full-screen recordVideo of entire screen
Selection recordVideo of a chosen region

Select either of the two recording options. Before you click Record, click Options — this is where most of the important decisions live.

Options Worth Knowing

  • Save to: Choose where the file lands. Default is Desktop.
  • Timer: Set a 5 or 10-second delay before recording starts — useful if you need to set something up first.
  • Microphone: Select an audio input if you want to record your voice alongside the screen. Internal mic, external mic, or no audio are all available here.
  • Show Floating Thumbnail: A preview appears briefly after recording ends, similar to screenshot behavior.
  • Remember Last Selection: Reuses the same capture region next time.

To stop recording, click the small stop button (⏹) in the menu bar, or press Command + Control + Esc.

Method 2: QuickTime Player

QuickTime Player offers slightly more control over audio input and is a familiar interface for many users. It's been part of macOS for decades and doesn't require any download.

Steps:

  1. Open QuickTime Player (search with Spotlight: Command + Space, type "QuickTime")
  2. Go to File → New Screen Recording
  3. The same Screenshot toolbar appears in newer macOS versions — or a legacy recording window in older versions
  4. Click the arrow next to the record button to set microphone and other options
  5. Click Record, then click the screen or drag to select a region
  6. Click Stop in the menu bar when finished

QuickTime saves recordings as .mov files by default. You can trim them directly in QuickTime before saving — a basic but often sufficient editing step.

Method 3: Recording a Specific App Window 🎯

If you only want to capture one application rather than your full screen, the selection record mode in the Screenshot toolbar lets you drag a box around that window. However, this isn't the same as true window capture — if the window moves or resizes, the recording region stays fixed.

For precise window-based recording, some users prefer third-party tools that can lock to a specific window dynamically.

Audio: The Variable Most People Miss

Screen recording audio on Mac works in layers:

  • Microphone audio (your voice) is captured natively through the Options menu
  • System audio (sounds from apps, music, video) is not captured by built-in macOS tools without additional software

If you need to record internal system audio — for example, capturing a video that's playing on screen — you'll need a virtual audio driver like BlackHole (open source) or similar tools. These route internal audio through a virtual input that macOS can then treat as a microphone source.

This distinction matters significantly depending on the use case. Recording a coding walkthrough with your own narration? Built-in tools are likely sufficient. Recording a software demo where app sounds are part of the content? The audio setup becomes more involved.

File Format and Quality Considerations

Built-in macOS screen recordings use Apple's ProRes or H.264 codec depending on the Mac and macOS version. The resulting .mov files tend to be high quality but can also be large — a 10-minute full-screen recording on a Retina display can easily exceed 1GB.

Factors that influence file size and quality:

  • Display resolution — Retina displays produce much larger files than standard 1080p
  • Recording region — a small selection captures far less data than full screen
  • Motion on screen — fast-moving content (video, animations) compresses less efficiently
  • macOS version — encoding behavior has changed across OS versions

If you need a smaller file or a specific format like .mp4, you can convert after recording using QuickTime's Export As option or a tool like HandBrake.

Third-Party Tools and Where They Fit

macOS's native tools cover most basic needs, but third-party screen recorders add capabilities like:

  • Scheduled recordings
  • Webcam overlay (picture-in-picture face cam)
  • Built-in system audio capture without extra drivers
  • Annotation tools during recording
  • Direct export to multiple formats

Popular categories include lightweight menu bar recorders, full-featured screen capture suites, and video production tools that include screen capture as one feature among many. The right fit depends heavily on recording frequency, editing needs, and whether the output is for personal use, professional sharing, or publication. 🖥️

What Affects Which Approach Works Best

The "right" method for video screen capture on Mac isn't universal. A few variables that push users toward different solutions:

  • macOS version — tools and options vary between Monterey, Ventura, Sonoma, and earlier releases
  • Mac model — Apple Silicon Macs handle encoding differently than Intel models, affecting performance during capture
  • Use case complexity — a one-time bug report needs far less setup than a recurring tutorial series
  • Audio requirements — whether system audio matters changes the toolset substantially
  • Output destination — recording for a YouTube upload has different format needs than a quick Slack message

The built-in tools are genuinely capable for a wide range of tasks, but the more specific your requirements, the more those requirements start to define which approach makes sense for your particular setup.