---
title: "DRM Packaging through Transcoding & Packaging Service"
description: "Transcoding and DRM content packaging can be performed using the DoveRunner Transcoding & Packaging service."
---
> For the complete documentation index, see [llms.txt](/llms.txt).

`DoveRunner Transcoding & Packaging service` is a cloud-based SaaS (Software as a Service) that provides content transcoding and packaging functions and content security. Multi-DRM and forensic watermarking can be optionally applied in the process of converting the original content into DASH or HLS stream format suitable for OTT service.

![T&P Workflow](/img/content-security/forensic-watermarking-workflow.png)

If you want to perform DRM packaging through T&P service, please refer to the guides below.

<div class="row">
  <div class="col-sm-6">
    <div class="card">
      <div class="card-body">
        <h3 class="card-title">T&P Service Guide</h3>
        <p class="card-text">Explains how to use Transcoding & Packaging service using DoveRunner Console website</p>
        <a href="/content-security/tnp/tnp-service-guide/" class="btn btn-primary">Read More</a>
      </div>
    </div>
  </div>
  <div class="col-sm-6">
    <div class="card">
      <div class="card-body">
        <h3 class="card-title">T&P API Guide</h3>
        <p class="card-text">Explains how to use Transcoding & Packaging service using HTTP API</p>
        <a href="/content-security/tnp/tnp-api-guide/" class="btn btn-primary">Read More</a>
      </div>
    </div>
  </div>
</div>