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

# Overview

> Moderate content, detect violations, and ensure compliance with automated video analysis

## Safety & Compliance

**Protect your platform and users.** Automatically detect, filter, and handle problematic content.

### When to Use This

* You need to create family-friendly versions of content
* You want to detect copyright violations before publishing
* You're building a platform that requires content moderation
* You need to filter inappropriate content in real-time

### What You'll Build

<CardGroup cols={3}>
  <Card title="Profanity Beeper" icon="volume-x" href="/examples-and-tutorials/safety-compliance/beep-profanity">
    Auto-detect and beep curse words in audio
  </Card>

  <Card title="Content Removal" icon="eye-off" href="/examples-and-tutorials/safety-compliance/remove-content">
    Skip inappropriate visual content in streams
  </Card>

  <Card title="Copyright Detection" icon="shield" href="/examples-and-tutorials/safety-compliance/copyright-detection">
    Identify copyrighted material with timestamps
  </Card>
</CardGroup>

## How It Works

### Audio Moderation

```
Video → Transcript → NLP Detection → Beep Overlay → Clean Stream
```

### Visual Moderation

```
Video → Scene Analysis → Content Classification → Safe Timeline → Family-Friendly Stream
```

### Copyright Protection

```
Video → Content Fingerprinting → Database Match → Violation Report
```

## Key Capabilities

| Feature                     | What It Does                                |
| --------------------------- | ------------------------------------------- |
| **Spoken Word Detection**   | Find specific words/phrases in audio        |
| **Visual Content Analysis** | Detect inappropriate scenes using AI        |
| **Audio Replacement**       | Overlay beeps without re-encoding           |
| **Timeline Skipping**       | Generate streams that skip flagged sections |
| **Timestamp Reports**       | Know exactly where violations occur         |

## Related Documentation

<CardGroup cols={2}>
  <Card icon="zap" title="Event Detection" href="/pages/act/live-action/event-detection-patterns">
    Build detection rules for violations
  </Card>

  <Card icon="shield" title="Privacy Controls" href="/pages/ingest/capture-sdks/privacy-controls">
    User consent and data protection
  </Card>

  <Card icon="layers" title="Timeline Architecture" href="/pages/act/programmable-editing/timeline-architecture">
    How content skipping works
  </Card>

  <Card icon="search" title="Natural Language Query" href="/pages/understand/search-and-retrieval/natural-language-query">
    Search for specific content patterns
  </Card>
</CardGroup>
