Narrating over a Video using Multimodal AI - n8n Workflow | Neura Market
Narrating over a Video using Multimodal AI
This workflow extracts frames from a video, uses a multimodal LLM like GPT-4o to generate a narration script, creates voiceover audio via TTS, and uploads it to Google Drive.
This n8n workflow automates the process of adding AI-generated narration to videos. It starts by downloading the video via HTTP, then uses a Python code node with OpenCV to extract key frames. These frames are batched using a Loop node and fed into a multimodal LLM (e.g., GPT-4o) to generate partial narration scripts based on visual content. The partial scripts are combined into a full script, which is converted to high-quality voiceover audio using OpenAI's TTS API. Finally, the audio file is u
Platform
n8n
Category
IT & Development
Price
$19.99
Creator
Matt Buds
video processing
AI narration
multimodal AI
OpenAI
voiceover
TTS
Google Drive
OpenCV
content creation
automation
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.