Block 1 - Sticky Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
How it works 1. Analyze the video – Downloads a 2 minute video and uses Gemini 2.5 Flash to identify emotional peaks, hook moments, and timestamps 2. Select best moments – Uses GPT 4o mini to pick ...
n8n-nodes-base.stickynote, n8n-nodes-base.set, n8n-nodes-base.jwt, n8n-nodes-base.httprequest, n8n-nodes-base.extractfromfile, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.code, n8n-nodes-base.splitinbatches
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Koulikas Giannis.
Original n8n.io source1. Analyze the video – Downloads a 2-minute video and uses Gemini 2.5 Flash to identify emotional peaks, hook moments, and timestamps
2. Select best moments – Uses GPT-4o-mini to pick the 3 best moments for B-roll insertion based on confidence scores and emotional impact
3. Generate B-roll prompts – For each selected moment, GPT-4o creates an 80–120 word Veo 3 prompt with camera movement, lighting, shot type, and music direction
4. Create B-roll clips – Generates four 8-second AI video clips with Veo 3.0 for each moment and uploads to GCS
5. Deliver – Aggregates all generated clip URLs and sends them to Telegram
API Keys – Set up accounts for Google Cloud (Veo 3.0 + Gemini + GCS) and OpenAI
Credentials in n8n – Add each API key as a credential in your n8n instance
Configure variables – Update the SET and SET1 nodes with your Google Cloud PROJECT_ID and CLIENT_EMAIL
Set video URL – Enter the URL of the video you want to analyze in the VIDEO URL node
Test – Execute the workflow to analyze a video and generate B-roll clips
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.
Showing the first 24 of 35 workflow blocks. Download the JSON for the full node graph.
| Workflow | Generate AI B-roll clips from videos with Veo 3 |
|---|---|
| Complexity | advanced |
| Nodes | 35 |
| Categories | Content Creation, Multimodal AI |
| Author | Koulikas Giannis |
| Published | 19 Apr 2026 |
Use the JSON export at /data/workflows/15146/15146.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
How it works 1. Analyze the video – Downloads a 2 minute video and uses Gemini 2.5 Flash to identify emotional peaks, hook moments, and timestamps 2. Select best moments – Uses GPT 4o mini to pick ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.