Automate Video Narration with Multimodal AI and Google Drive - n8n Workflow | Neura Market
Automate Video Narration with Multimodal AI and Google Drive
This n8n workflow automates the process of generating a voiceover for a video using a multimodal AI. It extracts frames from a video, generates a script, and creates an audio narration, which is then uploaded to Google Drive.
The workflow begins by downloading a video and extracting frames using OpenCV. These frames are processed in batches to generate a narration script using OpenAI's language model. The script is converted into an audio file using text-to-speech capabilities, and the resulting voiceover is uploaded to Google Drive for easy access and sharing.
Platform
n8n
Category
AI
Price
Free
Creator
Lucas Dubois
code
wait
splitOut
aggregate
editImage
stickyNote
googleDrive
httpRequest
convertToFile
manualTrigger
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.