---
title: "DoveRunner Forensic Watermarking Guide"
description: "DoveRunner Forensic Watermarking is a cloud-based SaaS service that allows you to quickly and easily apply watermarking without building complex server environments."
---
> For the complete documentation index, see [llms.txt](/llms.txt).

import { LinkCard, CardGrid } from '@astrojs/starlight/components';

DoveRunner Forensic Watermarking is a cloud-based SaaS service that allows you to quickly and easily apply watermarking without building complex server environments.

![Forensic Watermarking Workflow](/img/content-security/forensic-watermarking-workflow.png)

Please refer to the following guide for watermarking service.

<CardGrid>
<LinkCard
  title="Getting Started"
  href="./getting-started/"
  description="Provides basic description and guide for quick understanding and experience of DoveRunner Forensic Watermarking service."
/>
<LinkCard
  title="Watermark Preprocessing"
  href="./preprocessing/"
  description="To apply watermarking to your content, you need a preprocessing process that generates two versions of the watermark image from a single video. This document describes how to preprocess in a cloud-based packaging service or with an encoder integration."
/>
<LinkCard
  title="Watermark Embedding"
  href="./embedding/"
  description="Two versions (A/B variants) of the video are mixed at the playback time according to the user (session) information and delivered to the client. This document explains how to use the session manager and the watermark embedding module that can run on your CDN edge servers."
/>
<LinkCard
  title="Watermark Detecting"
  href="./detecting/"
  description="If a content service site finds a pirated version of the DoveRunner Forensic watermarked applied content, detection helps to identify the source of leak."
/>
</CardGrid>