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

# Dub Media

> Translate and re-voice a video or audio clip into a target language using ElevenLabs dubbing.

Dub Media takes a video or audio clip and produces a fully dubbed version in the target language that keeps the original pacing and speaker identities.

This node runs on a selectable model and consumes credits when it runs.

## When to use

* Localising a product video or advertisement for a new market
* Dubbing podcast episodes or interviews into multiple languages
* Creating multilingual narration tracks from a single source recording

## Inputs

<ParamField body="Video" type="video">
  The source video to dub. Provide either a Video or an Audio input, not both.
</ParamField>

<ParamField body="Audio" type="audio">
  The source audio to dub. Provide either a Video or an Audio input, not both.
</ParamField>

## Outputs

<ParamField body="Dubbed Video" type="video">
  The dubbed video clip. Populated when the input was a video.
</ParamField>

<ParamField body="Dubbed Audio" type="audio">
  The dubbed audio track. Populated when the input was audio-only.
</ParamField>

## Configuration

<ParamField body="target_lang" type="string" required>
  The BCP-47 language code for the target language (e.g. `es`, `fr-FR`, `pt-BR`).
</ParamField>

<ParamField body="source_lang" type="string" default="">
  The BCP-47 language code of the source audio. Leave blank to auto-detect.
</ParamField>

<ParamField body="num_speakers" type="number" default={0}>
  Number of distinct speakers in the source. Set to `0` to auto-detect.
</ParamField>

<ParamField body="watermark" type="boolean" default={false}>
  When enabled, adds an ElevenLabs watermark to the dubbed output.
</ParamField>

## Example

Connect an **Upload Video** node to the Video input, set the target language to `es` in the configuration panel, then wire the Dubbed Video output to a **Generate Video** node or download it directly.

<Note>
  This node runs on a selectable model. See [Audio models](/models/audio) for supported models and [Model settings](/models/settings) for available options.
</Note>
