Documentation Index
Fetch the complete documentation index at: https://ansdevcloud.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Custom Branding
There are two ways to put your brand on a video. Pick the right one for the right job — they solve different problems.1. Burn-in watermark (transcoder)
At upload time you can choose CUSTOM branding and upload a PNG/SVG logo. FFmpeg burns it into every frame during transcoding — so the brand is in the pixels, indistinguishable from the source.| Burn-in | |
|---|---|
| When applied | At transcode time (one-shot) |
| Where visible | In the .ts chunks themselves |
| Removable by viewer | No |
| Cost | +0.5 credits / minute |
| Use it for | Long-term protection, “owned” feel |
2. SDK branding overlay (Player SDK)
The Player SDK renders a small “Powered by …” string in one of four corners. It’s an HTML overlay — themed, positioned, and toggle-able at embed time.| SDK overlay | |
|---|---|
| When applied | At playback time (per embed) |
| Where visible | DOM only |
| Removable by viewer | Browser devtools (so don’t rely on it for protection) |
| Cost | Free |
| Use it for | Affiliate / partner attribution, light branding |