Video Screen Capture Tools for Linux

From Free Knowledge Base- The DUCK Project
Revision as of 19:58, 2 December 2025 by Littleguy (talk | contribs) (Created page with " ==SimpleScreenRecorder== ===Installation=== sudo apt install simplescreenrecorder ===Record a screen rectangle (no black bars)=== # Launch SimpleScreenRecorder # Choose “Record a rectangle” → click and drag to select the video area # Enable “Record audio” → Backend: PulseAudio → Source: Monitor of your output # Click “Start recording” # Press Ctrl+C in the terminal or click “Save recording” when done ===Capabilities=== Rectangle/window/full-scr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

SimpleScreenRecorder

Installation

sudo apt install simplescreenrecorder

Record a screen rectangle (no black bars)

  1. Launch SimpleScreenRecorder
  2. Choose “Record a rectangle” → click and drag to select the video area
  3. Enable “Record audio” → Backend: PulseAudio → Source: Monitor of your output
  4. Click “Start recording”
  5. Press Ctrl+C in the terminal or click “Save recording” when done

Capabilities

Rectangle/window/full-screen recording, built-in H.264/AV1/VP9 encoding, separate cursor options, live preview, low CPU usage, Pause/Resume, hotkeys.

OBS Studio

Installation

sudo apt install obs-studio

Record a screen rectangle (no black bars)

  1. Open OBS → Scene → Sources → + → Screen Capture (XSHM)
  2. Select display → crop to desired area (Alt-drag edges)
  3. Right-click the source → Transform → Edit Transform → Bounding Box Type: “Scale to inner bounds”
  4. Sources → + → Audio Output Capture → select PulseAudio output
  5. Bottom-right → Start Recording (default hotkey Ctrl+Alt+R)

Capabilities

Professional-grade recording & streaming, multi-source scenes, filters, transitions, virtual camera, plugins, advanced audio mixer, NVENC/AMF/VAAPI hardware encoding, studio mode.