Skip to main content

Batch transcribe Google Drive videos to text files with Gemini

Workflow preview

Workflow preview
100%
Batch transcribe Google Drive videos to text files with Gemini preview
Open on n8n.io

1. Workflow Overview

Who’s it for This workflow is designed for creators, researchers, and operators who need to transcribe large volumes of video content stored in Google Drive. It is especially useful for users worki...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.splitinbatches, @n8n/n8n-nodes-langchain.googlegemini, n8n-nodes-base.googledrive, n8n-nodes-base.set, n8n-nodes-base.limit, n8n-nodes-base.wait, n8n-nodes-base.if

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Christine.

Original n8n.io source

1.1 Workflow description

Title
Batch transcribe Google Drive videos to text files with Gemini
Workflow name
Batch transcribe Google Drive videos to text files with Gemini

Who’s it for

This workflow is designed for creators, researchers, and operators who need to transcribe large volumes of video content stored in Google Drive. It is especially useful for users working with TikTok archives, interview recordings, or social media datasets where manual transcription would be time-consuming and expensive.

How it works / What it does

This workflow automatically processes videos from a designated Google Drive folder, transcribes each file using Google Gemini, and saves the results as individual text files.

Each video is handled independently:

  • Videos are pulled from an “Incoming” folder
  • The file is downloaded and sent to Gemini for transcription
  • A .txt transcript file is created in a separate folder
  • The original video is moved to a “Processed” folder after success

This structure ensures progress is saved continuously, allowing the workflow to resume where it left off if interrupted.

How to set up

  • Create three Google Drive folders:
  • Incoming (source videos)
  • Processed (completed videos)
  • Transcripts (output files)
  • Add your folder IDs to the Config node
  • Connect your Google Drive and Gemini credentials
  • Run the workflow using the Manual Trigger (or Schedule Trigger for automation)

Requirements

  • n8n instance (cloud or self-hosted)
  • Google Drive API credentials
  • Google Gemini API access
  • Video files stored in Google Drive

How to customize the workflow

  • Adjust the transcription prompt in the Config node for different output styles
  • Modify the Wait node to control processing speed and avoid rate limits
  • Change file naming conventions in the formatting node
  • Add logging or notifications for failed transcriptions
  • Extend the workflow to combine transcripts into a single master document

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - When clicking ‘Execute workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - Loop Over Videos

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 3 - Analyze video

Type / Role
@n8n/n8n-nodes-langchain.googleGemini - googleGemini
Config choices
Version 1.1

Block 4 - Download Video

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 5 - Config

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 6 - Test Limit

Type / Role
n8n-nodes-base.limit - limit
Config choices
Version 1

Block 7 - Move Source Video to Processed

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 8 - Pause Between Videos

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 9 - Transcript Succeeded?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.3

Block 10 - Log Failure

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 11 - Find Incoming Videos

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 12 - Format Transcript

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 13 - Create Transcript File

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 14 - Pause Between Loops

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 15 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 19 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 20 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 21 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 22 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 23 - Sticky Note8

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Batch transcribe Google Drive videos to text files with Gemini
Complexity advanced
Nodes 23
Categories Content Creation, Multimodal AI
Author Christine
Published 14 Apr 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15048/15048.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Batch transcribe Google Drive videos to text files with Gemini do?

Who’s it for This workflow is designed for creators, researchers, and operators who need to transcribe large volumes of video content stored in Google Drive. It is especially useful for users worki...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, Multimodal AI use case.