> ## Documentation Index
> Fetch the complete documentation index at: https://docs.videodb.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Video Dubbing Workflow

> Automatically dub videos into different languages and save to Google Drive using n8n and VideoDB.

This workflow takes video URLs, uploads them to VideoDB, dubs them into different languages, and saves the dubbed videos to Google Drive. It enables automatic video localization for global content distribution.

The workflow is useful for content creators who need to create multilingual versions of their videos for international audiences without manual dubbing processes.

<iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/atuBLPrW53I" title="Video Dubbing Workflow" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

## Prerequisites

1. **n8n Instance**: Running n8n automation platform (cloud or self-hosted)
2. **VideoDB API Key**: Obtain from [VideoDB Console](https://console.videodb.io)
3. **Google Drive Account**: With API access for file uploads
4. **Video URLs**: Access to video content that needs dubbing

## Workflow Steps

### Step 1: Video Input and Upload

1. Form trigger collects YouTube video URL for dubbing
2. Upload video content to VideoDB for processing
3. Wait for upload completion before proceeding

### Step 2: Video Processing

1. Monitor upload status via HTTP request polling
2. Verify video upload is complete
3. Prepare video for dubbing operations

### Step 3: Video Dubbing

1. Use VideoDB dubbing operation to create dubbed version
2. Process video with target language dubbing
3. Monitor dubbing completion status

### Step 4: Google Drive Storage

1. Download dubbed video from VideoDB
2. Upload dubbed video to Google Drive folder
3. Store video with appropriate naming for language identification

## Conclusion

This workflow automates video dubbing and storage, enabling easy creation of multilingual video content that can be distributed through Google Drive or integrated into other workflows.
