Recap AI - YouTube Video-Editor

Fortgeschritten

Dies ist ein Content Creation, Multimodal AI-Bereich Automatisierungsworkflow mit 12 Nodes. Hauptsächlich werden If, Set, Wait, Slack, Filter und andere Nodes verwendet. Mit Vizard AI virale TikTok/IG Reel-Schnipsel aus YouTube-Videos generieren

Voraussetzungen
  • Slack Bot Token oder Webhook URL
  • Möglicherweise sind Ziel-API-Anmeldedaten erforderlich
Workflow-Vorschau
Visualisierung der Node-Verbindungen, mit Zoom und Pan
Workflow exportieren
Kopieren Sie die folgende JSON-Konfiguration und importieren Sie sie in n8n
{
  "id": "y7hQeDrKG6Dh0GRo",
  "meta": {
    "instanceId": "06e5009344f682419c20ccd4ecdcb5223bbb91761882af93ac6d468dbc2cbf8d",
    "templateCredsSetupCompleted": true
  },
  "name": "The Recap AI - YouTube Video Clipper",
  "tags": [],
  "nodes": [
    {
      "id": "8ec0c272-cdd2-4398-8799-035b4e9cbb57",
      "name": "form_trigger",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -180,
        0
      ],
      "webhookId": "b624408a-188f-4fc0-abf3-20293eba7b98",
      "parameters": {
        "options": {},
        "formTitle": "YouTube Video Clipper",
        "formFields": {
          "values": [
            {
              "fieldLabel": "YouTube Video Url",
              "placeholder": "https://www.youtube.com/watch?v=DB9mjd-65gw",
              "requiredField": true
            }
          ]
        }
      },
      "typeVersion": 2.2
    },
    {
      "id": "2ab8e9a6-6a75-40c9-9f9c-3512fa1208af",
      "name": "submit_video",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        100,
        0
      ],
      "parameters": {
        "url": "https://elb-api.vizard.ai/hvizard-server-front/open-api/v1/project/create",
        "method": "POST",
        "options": {},
        "jsonBody": "={\n  \"lang\": \"en\",\n  \"preferLength\": [\n    0\n  ],\n  \"videoUrl\": \"{{ $json['YouTube Video Url'] }}\",\n  \"videoType\": 2,\n  \"maxClipNumber\": 8\n}",
        "sendBody": true,
        "specifyBody": "json",
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth"
      },
      "credentials": {
        "httpHeaderAuth": {
          "id": "wa7PH900htc4zSiG",
          "name": "Vizard AI"
        }
      },
      "typeVersion": 4.2
    },
    {
      "id": "cfddcedd-19ab-45a2-b746-657c580082b2",
      "name": "wait",
      "type": "n8n-nodes-base.wait",
      "position": [
        380,
        0
      ],
      "webhookId": "65cefde9-1d9f-466c-9b9e-b200eb155023",
      "parameters": {
        "amount": 10
      },
      "typeVersion": 1.1
    },
    {
      "id": "42c02942-9d9e-42e0-b931-cf3feb354394",
      "name": "check_status",
      "type": "n8n-nodes-base.if",
      "position": [
        940,
        100
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "0583b406-8a93-4582-9229-7f68aa461320",
              "operator": {
                "type": "number",
                "operation": "equals"
              },
              "leftValue": "={{ $json.code }}",
              "rightValue": 2000
            }
          ]
        }
      },
      "typeVersion": 2.2
    },
    {
      "id": "01e39b0c-8226-4f1d-a6c4-eb2826219859",
      "name": "send_initial_msg",
      "type": "n8n-nodes-base.slack",
      "position": [
        -180,
        560
      ],
      "webhookId": "92c0d4b5-b4de-409a-ad16-15648a4a6978",
      "parameters": {
        "text": "=<{{ $('form_trigger').item.json['YouTube Video Url'] }}|Video Clipper Results>",
        "select": "channel",
        "channelId": {
          "__rl": true,
          "mode": "list",
          "value": "C08KC39K8DR",
          "cachedResultName": "ai-tools-content"
        },
        "otherOptions": {
          "includeLinkToWorkflow": false
        },
        "authentication": "oAuth2"
      },
      "credentials": {
        "slackOAuth2Api": {
          "id": "iKdTzmZ6YuYaaRG4",
          "name": "Slack (OAuth)"
        }
      },
      "typeVersion": 2.3
    },
    {
      "id": "72cf4174-306f-4ed9-8b94-1ec43209a84b",
      "name": "set_videos",
      "type": "n8n-nodes-base.set",
      "position": [
        100,
        560
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "dd18de51-6e46-48a5-8df6-3fbb6b03474b",
              "name": "videos",
              "type": "array",
              "value": "={{ $('check_status').item.json.videos }}"
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "985bc5e1-00f3-4023-a6e0-a98c9ad025d9",
      "name": "get_clipping_status",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        660,
        0
      ],
      "parameters": {
        "url": "=https://elb-api.vizard.ai/hvizard-server-front/open-api/v1/project/query/{{ $json.projectId }}",
        "options": {},
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth"
      },
      "credentials": {
        "httpHeaderAuth": {
          "id": "wa7PH900htc4zSiG",
          "name": "Vizard AI"
        }
      },
      "typeVersion": 4.2
    },
    {
      "id": "72bd9d52-762a-4f46-861a-461bddaae842",
      "name": "split_videos",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        380,
        560
      ],
      "parameters": {
        "options": {},
        "fieldToSplitOut": "videos"
      },
      "typeVersion": 1
    },
    {
      "id": "17d6d975-63f3-452d-9ddc-952ff97d9600",
      "name": "send_video_msg",
      "type": "n8n-nodes-base.slack",
      "position": [
        940,
        560
      ],
      "webhookId": "92c0d4b5-b4de-409a-ad16-15648a4a6978",
      "parameters": {
        "text": "=*{{ $json.title }} | ({{ $json.viralScore }} / 10)*\n```\n{{ $json.videoUrl }}\n```\n---",
        "select": "channel",
        "channelId": {
          "__rl": true,
          "mode": "list",
          "value": "C08KC39K8DR",
          "cachedResultName": "ai-tools-content"
        },
        "otherOptions": {
          "thread_ts": {
            "replyValues": {
              "thread_ts": "={{ $('send_initial_msg').item.json.message.ts }}"
            }
          },
          "includeLinkToWorkflow": false
        },
        "authentication": "oAuth2"
      },
      "credentials": {
        "slackOAuth2Api": {
          "id": "iKdTzmZ6YuYaaRG4",
          "name": "Slack (OAuth)"
        }
      },
      "typeVersion": 2.3
    },
    {
      "id": "800c0992-1bc3-4b9e-9328-459290f465b0",
      "name": "filter_viral_score",
      "type": "n8n-nodes-base.filter",
      "position": [
        660,
        560
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "loose"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "1ca8f8e1-04f4-44fd-9a2d-7e656b08ff81",
              "operator": {
                "type": "number",
                "operation": "gte"
              },
              "leftValue": "={{ $json.viralScore }}",
              "rightValue": 9
            }
          ]
        },
        "looseTypeValidation": true
      },
      "typeVersion": 2.2
    },
    {
      "id": "115d57c2-5326-4e9d-b1f6-5ab50a6a74aa",
      "name": "Haftnotiz",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -200,
        -200
      ],
      "parameters": {
        "color": 5,
        "width": 1380,
        "height": 560,
        "content": "## 1. Analyze Long Form YouTube Video & Generate Viral Clips\n- Provide YouTube Video Urls as Input\n- Send API request to Vizard AI to submit the video to analyze and generate the clips\n- Poll the Vizard `/query` endpoint"
      },
      "typeVersion": 1
    },
    {
      "id": "84f43084-3d5d-4af1-b191-ac6b95ab00e7",
      "name": "Haftnotiz1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -200,
        380
      ],
      "parameters": {
        "color": 6,
        "width": 1380,
        "height": 360,
        "content": "## 2. Share Best Viral Clips In Slack\n- Filter video clip results that have a viral score of at least 9 out of 10\n- Share video title and link to download in slack thread for further review\n- This can be extended even further to auto-generate captions using a LLM and auto-posting to social media channels via blotato"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "117cda19-70c4-426a-a9a5-04a0d6034916",
  "connections": {
    "cfddcedd-19ab-45a2-b746-657c580082b2": {
      "main": [
        [
          {
            "node": "985bc5e1-00f3-4023-a6e0-a98c9ad025d9",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "72cf4174-306f-4ed9-8b94-1ec43209a84b": {
      "main": [
        [
          {
            "node": "72bd9d52-762a-4f46-861a-461bddaae842",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "42c02942-9d9e-42e0-b931-cf3feb354394": {
      "main": [
        [
          {
            "node": "01e39b0c-8226-4f1d-a6c4-eb2826219859",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "cfddcedd-19ab-45a2-b746-657c580082b2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "8ec0c272-cdd2-4398-8799-035b4e9cbb57": {
      "main": [
        [
          {
            "node": "2ab8e9a6-6a75-40c9-9f9c-3512fa1208af",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "72bd9d52-762a-4f46-861a-461bddaae842": {
      "main": [
        [
          {
            "node": "800c0992-1bc3-4b9e-9328-459290f465b0",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2ab8e9a6-6a75-40c9-9f9c-3512fa1208af": {
      "main": [
        [
          {
            "node": "cfddcedd-19ab-45a2-b746-657c580082b2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "01e39b0c-8226-4f1d-a6c4-eb2826219859": {
      "main": [
        [
          {
            "node": "72cf4174-306f-4ed9-8b94-1ec43209a84b",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "800c0992-1bc3-4b9e-9328-459290f465b0": {
      "main": [
        [
          {
            "node": "17d6d975-63f3-452d-9ddc-952ff97d9600",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "985bc5e1-00f3-4023-a6e0-a98c9ad025d9": {
      "main": [
        [
          {
            "node": "42c02942-9d9e-42e0-b931-cf3feb354394",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Häufig gestellte Fragen

Wie verwende ich diesen Workflow?

Kopieren Sie den obigen JSON-Code, erstellen Sie einen neuen Workflow in Ihrer n8n-Instanz und wählen Sie "Aus JSON importieren". Fügen Sie die Konfiguration ein und passen Sie die Anmeldedaten nach Bedarf an.

Für welche Szenarien ist dieser Workflow geeignet?

Fortgeschritten - Content-Erstellung, Multimodales KI

Ist es kostenpflichtig?

Dieser Workflow ist völlig kostenlos. Beachten Sie jedoch, dass Drittanbieterdienste (wie OpenAI API), die im Workflow verwendet werden, möglicherweise kostenpflichtig sind.

Workflow-Informationen
Schwierigkeitsgrad
Fortgeschritten
Anzahl der Nodes12
Kategorie2
Node-Typen9
Schwierigkeitsbeschreibung

Für erfahrene Benutzer, mittelkomplexe Workflows mit 6-15 Nodes

Autor
Lucas Walter

Lucas Walter

@lucaswalter

Chief Automation Officer at The Recap AI. I build the AI systems and agents that power our business and teach others how to use n8n. Check out our YouTube channel linked below!

Externe Links
Auf n8n.io ansehen

Diesen Workflow teilen

Kategorien

Kategorien: 34