Capture / Encoding

Screen Capture

The process of recording everything displayed on your screen as a video file or image.

Screen capture is the act of recording your screen’s contents — everything displayed at a given moment — as a video or still image. The result is a screen recording (video file) or screenshot (image file).

How screen capture works

Modern operating systems expose screen capture through OS-level APIs:

  • Windows: DXGI (DirectX Graphics Infrastructure) — used by OBS, Camtasia, and most Windows screen recorders. Allows capturing individual windows, regions, or the full display.
  • Mac: AVFoundation / CoreMediaIO — used by ScreenFlow, QuickTime, and Loom’s Mac client. Apple Silicon Macs added DisplayLink capture in macOS 12.3.
  • Browser: MediaStream API (W3C) — used by Loom’s browser extension, ScreenPal Web, and Screencastify. The browser asks permission to share a tab, window, or full screen.

The API choice matters because browser-based recorders (Loom Chrome extension, ScreenPal Web) are limited to what MediaStream exposes — typically 30fps max, and they cannot capture DRM-protected content. Native apps (OBS, Camtasia, ScreenFlow) use OS APIs directly and can capture at 60fps+, including more protected content.

Capture types

TypeWhat it capturesCommon use
Full screenEverything on one monitorTutorial recordings, demos
WindowOne specific app windowBug reproductions, software reviews
RegionA defined area of the screenClose-up demos, UI detail
Browser tabOne tab in a web browserWeb app demos, LMS recordings
Game captureGPU frame bufferGame recordings, high-fps content

Why it matters in buying decisions

The capture type you need affects which tool you can use. Xbox Game Bar only does game capture — it cannot record File Explorer or a desktop app. Loom’s free browser extension only does browser tab/window capture. OBS Studio can capture any source, including windows, regions, webcams, and game frames simultaneously.

Before choosing a tool, identify: do I need to capture the full screen? A specific app? A browser tab? That answer alone eliminates several tools from contention.

Continue reading

Related terms
Async Video
A pre-recorded video message shared via link, watched by the recipient at their own time — the opposite of a live call.
→ Full definition
Lossless Recording
Recording your screen at full quality with no compression artifacts — producing larger files that preserve every pixel for editing.
→ Full definition
Video Compression
The process of reducing screen recording file size using a codec — H.264, H.265, or AV1 — while preserving acceptable quality.
→ Full definition