workflows.fit
Back to n8n workflows
n8n templateFreeBy Lucio

Auto-Translate YouTube Video Content with Google Gemini AI

If you want to reach a wider audience, having your video titles and descriptions in multiple languages can help you connect with more viewers. This template provides the configuration needed to generate translations a...

DevelopmentCore NodesMarketingAILangchainLm Chat Google GeminiMemory Buffer WindowOutput Parser Structured
Loading interactive preview...

Template notes

If you want to reach a wider audience, having your video titles and descriptions in multiple languages can help you connect with more viewers. This template provides the configuration needed to generate translations and update them directly on YouTube.

How it works

- Defines Video ID and Languages You can get the ID from the video URL. If you’re unsure, click the Share button, it will provide the ID at between the "/" and the "?si=" - Fetches video information As long as the workflow has the video ID, it can retrieve the video information, whether the video is published or not. - Check languages to translate If no default language is set in the video details, the workflow will assume "en" (English) as the default. To overwrite the default language, replace 'en' in line 2 of the code. - AI Agent Translator: You can improve results by refining the prompt. Feel free to experiment, just don’t change the formatting structure. - Updates Video Localization The API requires to send current default version again along with the translations in the Body. - Output URL returns the URL for the video’s localization. It may take a few seconds to appear—refresh and try again if needed.

⚠ The translation will overwrite any existing translations for the same language.

How to Use

- (First time only) Set up credentials for your user. - Edit the node "Defines Video ID and Languages". - Click the Execute Workflow button. - Enjoy your translated video titles and descriptions!

More details can be found in the sticky notes under each node.

Requirements