One sample, whole video
Each voice source is cloned exactly once per render, reused for every line, and deleted when the render finishes — consistent voice, no per-line cloning, no clones piling up on the account.
Identical to the dubbing product — video in, reviewable time-coded translation, ducked mix,
Learn more about Voice Clone DubbingThe dialogue is transcribed and translated into editable, time-coded lines first — nothing is voiced until you approve it.
Dialogue is transcribed and translated into this language; lines already in it keep the original voice.
0.15/s of video for the script · rendering later 0.5/s + text-to-speech at 4/spoken second. Totals appear once the duration is known.
Identical to the dubbing product — video in, reviewable time-coded translation, ducked mix, dubbed video + audio out — with one difference at render: instead of a catalog voice you provide a voice sample (an audio file, or a video whose speech is extracted), and every dub line is synthesized in a clone of that voice. The clone is created once per render job and reused across all lines. Both stages run as async jobs.
Each voice source is cloned exactly once per render, reused for every line, and deleted when the render finishes — consistent voice, no per-line cloning, no clones piling up on the account.
The script stage is shared with the dubbing product: edit the translation before anything is voiced.
The original ducks only under dub lines; music and ambience survive everywhere else.
Creator localization
Dub a creator's videos into new languages in their own voice.
Corporate spokespeople
Keep the same recognizable voice across localized announcement videos.
input
Script: video URL + target_language (optionally options.speakers — how many people talk — and options.context — names/terms that guide transcription and translation, as in Dubbing). Render: the reviewed segments plus a clone source — a blanket options.clone_from_audio / clone_from_video, or per speaker in options.voices (clone_from_audio, clone_from_video, or clone_from_speaker: true to clone the speaker's own voice from the video).
output
video_url (dubbed MP4) + audio_url + render stats: clones_created, and clone_failed per speaker when a source could not be cloned.
video_urlrequiredstringPublic URL of the source video.
target_languagerequiredstringLanguage the dialogue is translated into.
enum: en, tr
expected_durationnumberVideo length in seconds — sizes the credit hold.
Script and render billed per second; synthesis (including cloning) billed as core-tts usage on your account.
| Service | Unit | Price |
|---|---|---|
| Dubbing Script | second | $0.0015/sec |
| Voice Clone Dubbing Render | second | $0.005/sec + core-tts |
Async jobs are billed only when they complete successfully.