Ai Language Translation Automation
This automation converts a video file from Google Drive into an MP3, transcribes it into multiple languages, synthesizes it into the original speaker's voice in those languages, and then creates and stores a subtitled video on Google Drive. All in one click.
See notes and the workflow below
This automation is built in Make.com

Automation Workflow
ā
This automation grabs a file from Google Drive using an HTTP module ( See Source File )
Converts that file into an mp3 using Cloud Convert
Uses ChatGPT to transcribe the mp3 into JSON
The Iterator module has the languages you want to convert into using Google Translate formatting, ( Es for Spanish), ( De for German)
An HTTP module is used to translate the mp3 into the language of choice ( Spanish and German)
The eleven Labs module takes the translation and applies the person's voice to that language. That's why it sounds like his voice in these other languages
Eleven Labs mp3 audio is uploaded to Google Drive and then the share link is grabbed
HTTP module grabs the share link of Elven Labs mp3 audio and language from the iterator module and applies it to a video. This is done using an api key to JSON to Video.com. In this module, you can edit and change the subtitles.
A 90-second sleep module
Then the final two HTTPS modules are used to grab a share link for this newly created video, and the last google drive module uploads the video to google drive
ā
Automation Notes
ā
I no longer have many of the subscriptions needed to run this automation; however, the automation still runs as intended.
The JSON to video box can be removed with a higher-level subscription to the service. (I just felt it wasn't necessary for this demonstration.)
ā
This automation can be upgraded in many ways. This just serves as a base