#Is there a way to perform dubbing by providing the transcriptions like an SRT file in the target la

1 messages · Page 1 of 1 (latest)

stray sableBOT
#
AI-generated Answer for rosicley.

Based on the information provided, it does not appear that there is a direct way to perform dubbing by providing transcriptions like an SRT file in the target language. The dub_a_video_or_an_audio_file method in the DubbingClient class accepts parameters such as the target language, source URL, source language, and number of speakers, among others, but it does not seem to accept an SRT file or similar transcription file as input.

However, once the dubbing process is completed, you can retrieve the transcript for the dubbed content using the get_transcript_for_dub method. This method returns the transcript for the dub as an SRT file. The parameters for this method include the ID of the dubbing project and the ID of the language. You can also specify the format for the subtitle file, either 'srt' or 'webvtt'.

Here is an example of how to use this method:

from elevenlabs.client import ElevenLabs
client = ElevenLabs(api_key="YOUR_API_KEY")
client.dubbing.get_transcript_for_dub(dubbing_id="dubbing_id", language_code="language_code")

Please note that this information is based on the provided content and the actual functionality may vary depending on the complete API documentation and implementation.

prime geyser
#

This does not help me. I need to create the dubbed file with my own transcription. Is there any possibility of including this feature in the roadmap? Where can I suggest/ask for this feature?