1566 Wait Splitout Automation Webhook
1566 Wait Splitout Automation Webhook
Manual
High
21
Nodes
Manual
Trigger
High
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
21
Node Types
14
Node Types
lm Chat Open Ai
OpenAI Chat Model
1 node
code
Capture Frames
1 node
split Out
Split Out Frames
1 node
http Request
Download Video
1 node
convert To File
Convert to Binary
1 node
manual Trigger
When clicking ‘Test workflow’
1 node
aggregate
Combine Script, Aggregate Frames
2 nodes
google Drive
Upload to GDrive
1 node
sticky Note
Sticky Note, Sticky Note1, Sticky Note2, Sticky Note3, Sticky Note4, Sticky Note5, Sticky Note6
7 nodes
wait
Stay Within Service Limits
1 node
split In Batches
For Every 15 Frames
1 node
edit Image
Resize Frame
1 node
open Ai
Use Text-to-Speech
1 node
chain Llm
Generate Narration Script
1 node
Workflow JSON
19.44 KB
{
"meta": {
"instanceId": "408f9fb9940c3cb18ffdef0e0150fe342d6e655c3a9fac21f0f644e8bedabcd9"
},
"name": "1566 Wait Splitout Automation Webhook",
"nodes": [
{
"id": "6d16b5be-8f7b-49f2-8523-9b84c62f2759",
"name": "OpenAI Chat Model",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
1960,
660
],
"parameters": {
"model": "gpt-4o-2024-08-06",
"options": {}
},
"credentials": {
"openAiApi": {
"id": "8gccIjcuf3gvaoEr",
"name": "OpenAi account"
}
},
"typeVersion": 1
},
{
"id": "a6084f09-9a4f-478a-ac1a-ab1413628c1f",
"name": "Capture Frames",
"type": "n8n-nodes-base.code",
"position": [
720,
460
],
"parameters": {
"mode": "runOnceForEachItem",
"language": "python",
"pythonCode": "import cv2\nimport numpy as np\nimport base64\n\ndef extract_evenly_distribute...Showing first 1000 characters. Click "Expand" to view the full JSON.