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
Related Templates
Automated Work Attendance with Location Triggers
his workflow automates time tracking using location-based triggers. How it works Trigger: It starts when you enter or e...
Track Expenses by Parsing Telegram Transaction Messages to Google Sheets
Overview This n8n workflow template automatically parses incoming Telegram transaction messages and logs structured dat...
Send Daily Weather Forecasts from OpenWeatherMap to Telegram with Smart Formatting
🌤️ Daily Weather Forecast Bot A comprehensive n8n workflow that fetches detailed weather forecasts from OpenWeatherMap...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments