Redubbing
The steps to edit and redub your project
Minutes for re-dubbing are charged only for the modified and added segments, based on their combined length.
For example, if you modified two segments that are 15 and 20 seconds long, and added a new segment that is 10 seconds long, their durations will be combined (15+20+10 = 45 seconds in total) before calculating the total minutes charged when regenerating the project.
The combined duration in seconds is then rounded up to the closest full minute for charges, for example:
- 0:01 to 0:59 = 1 minute
- 1:01 to 1:29 = 1 minute
- 1:30 to 1:59 = 2 minutes
This calculation is performed every time when generate project method is called.
Add new segments and redub project
Add segment
Use your project_id
and add segments endpoint to add new segments
- if you have added only source text, the status of segment will switch to
processing
while we are translating original text to target langauge. Once translated, the status will switch toupdated
- if you have added translated text, the status of segment will switch to
updated
Obtainsegment_id
from the successful response to your request.
Check segments status
Use project_id
along with segment_id
and get transcription endpoint to check segment’s status and make sure all added segments are in updated
status before proceeding
Redub project
To apply changes to voiceover in your project, redub it using project_id
and generate project endpoint
Check project status
Check the status of your project and it’s artifacts (translated video, voiceover etc.) by using get project endpoint. You can download any artifacts from the links provided in the response.