> ## Documentation Index
> Fetch the complete documentation index at: https://docs.segra.tv/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Segra is a powerful game recorder built on OBS, designed for gamers and content creators to capture, clip, and share gameplay highlights effortlessly.

<img height="100" src="https://cdn.segra.tv/icon.png" style={{ width:"20%" }} />

**Segra** is a powerful recording software built on Open Broadcaster Software (OBS), designed for gamers and content creators. Record, clip, and upload gameplay highlights effortlessly, with smart automation and deep game integration.

## Why Segra?

**Segra** (pronounced *"say-grah"*) means **"to win"** in Swedish. We built Segra to help you **preserve those moments**: the chaotic fun with friends, the clutch plays, and the wins (*segra!*) that deserve their own highlight reel.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get up and running with Segra in minutes
  </Card>

  <Card title="Installation" icon="download" href="/installation">
    Download and install Segra on Windows
  </Card>
</CardGroup>

## Key Features

<CardGroup cols={2}>
  <Card title="Auto-Start Recording" icon="play">
    Begin recording automatically when your game launches
  </Card>

  <Card title="Instant Clipping" icon="scissors">
    Save the last seconds of gameplay from the replay buffer with a hotkey (default: F10), or mark moments to revisit with a bookmark (default: F8)
  </Card>

  <Card title="Direct Upload" icon="cloud-arrow-up">
    Share clips to Segra.tv instantly
  </Card>

  <Card title="Game Integration" icon="gamepad">
    Tracks in-game stats (kills, deaths, assists) to auto-generate highlights, powered by AI
  </Card>

  <Card title="Lightweight & Fast" icon="gauge-high">
    Built on OBS for 4K @ 144 FPS capture with minimal performance impact
  </Card>

  <Card title="Customizable Settings" icon="sliders">
    Adjust recording quality (NVENC/AMD AMF/Intel QSV), hotkeys, storage paths, and more
  </Card>
</CardGroup>

## Built on Industry-Leading Technology

Segra is powered by:

* [**OBS Studio**](https://obsproject.com): The backbone of Segra's recording engine
* [**ObsKit.NET**](https://github.com/Segergren/ObsKit.NET): A modern C#/OBS bridge that powers Segra's recording functionality
* [**FFmpeg**](https://github.com/FFmpeg/FFmpeg): For video and image encoding

<Note>
  Segra supports **GPU encoding** (NVENC for NVIDIA, AMD AMF for AMD, Intel QSV for Intel) and **CPU encoding** (x264) for maximum flexibility and performance.
</Note>

## Recording Modes

Segra offers three flexible recording modes:

* **Session Mode**: Records entire gaming sessions from start to finish
* **Buffer Mode**: Maintains a rolling buffer (replay buffer) and saves clips on demand
* **Hybrid Mode**: Combines both approaches for maximum flexibility

## Game Integrations

Segra features deep integrations with popular games to automatically track stats and generate highlights:

* Counter-Strike 2
* Dota 2
* Grand Theft Auto
* League of Legends
* Minecraft
* PUBG: Battlegrounds
* Rocket League
* RuneScape: Dragonwilds
* Rust
* War Thunder

<Warning>
  Game integrations require the respective games to be running and properly configured.
</Warning>

## System Requirements

* **OS**: Windows 10 (build 19041 / 20H1) or newer
* **GPU**: NVIDIA or AMD graphics card recommended for hardware encoding
* **Storage**: Adequate disk space for video recordings (configurable storage limits)

## Open Source

Segra is **GPLv2 licensed** and fully open source. Contribute on [GitHub](https://github.com/Segergren/Segra).

<CardGroup cols={2}>
  <Card title="Report Issues" icon="bug" href="https://github.com/Segergren/Segra/issues">
    Found a bug? Let us know
  </Card>

  <Card title="Contributing" icon="code-pull-request" href="https://github.com/Segergren/Segra/blob/main/CONTRIBUTING.md">
    Help improve Segra
  </Card>
</CardGroup>
