8
n8n 한국어amn8n.com

Recap AI - YouTube 비디오 편집기

중급

이것은Content Creation, Multimodal AI분야의자동화 워크플로우로, 12개의 노드를 포함합니다.주로 If, Set, Wait, Slack, Filter 등의 노드를 사용하며. Vizard AI를 사용하여 YouTube 비디오에서 바이러스성 TikTok/IG Reel 단편 생성

사전 요구사항
  • Slack Bot Token 또는 Webhook URL
  • 대상 API의 인증 정보가 필요할 수 있음
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "id": "y7hQeDrKG6Dh0GRo",
  "meta": {
    "instanceId": "06e5009344f682419c20ccd4ecdcb5223bbb91761882af93ac6d468dbc2cbf8d",
    "templateCredsSetupCompleted": true
  },
  "name": "The Recap AI - YouTube Video Clipper",
  "tags": [],
  "nodes": [
    {
      "id": "8ec0c272-cdd2-4398-8799-035b4e9cbb57",
      "name": "폼_트리거",
      "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": "영상_제출",
      "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": "대기",
      "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": "상태_확인",
      "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": "초기_메시지_전송",
      "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": "영상_목록_설정",
      "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": "클리핑_상태_확인",
      "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": "영상_분할",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        380,
        560
      ],
      "parameters": {
        "options": {},
        "fieldToSplitOut": "videos"
      },
      "typeVersion": 1
    },
    {
      "id": "17d6d975-63f3-452d-9ddc-952ff97d9600",
      "name": "영상_메시지_전송",
      "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": "바이럴_점수_필터링",
      "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": "스티커_메모",
      "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": "스티커_메모1",
      "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
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

이 워크플로우를 어떻게 사용하나요?

위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.

이 워크플로우는 어떤 시나리오에 적합한가요?

중급 - 콘텐츠 제작, 멀티모달 AI

유료인가요?

이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.

워크플로우 정보
난이도
중급
노드 수12
카테고리2
노드 유형9
난이도 설명

일정 경험을 가진 사용자를 위한 6-15개 노드의 중간 복잡도 워크플로우

저자
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!

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34