비디오 분석
중급
이것은AI, Marketing분야의자동화 워크플로우로, 15개의 노드를 포함합니다.주로 Set, GoogleDrive, HttpRequest, ScheduleTrigger, ChainLlm 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. 에서Google Drive자동进行AI驱动의视频洞察생성
사전 요구사항
- •Google Drive API 인증 정보
- •대상 API의 인증 정보가 필요할 수 있음
- •Google Gemini API Key
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "En63BLYn2fE6YxKh",
"meta": {
"instanceId": "57c71fe69aec521b7d0bd3751d2e0aaa08f8884418e122571610a23c9eb8a65c",
"templateCredsSetupCompleted": true
},
"name": "Video_analysis",
"tags": [],
"nodes": [
{
"id": "5cf5eee1-1a5a-481b-b0a7-e6bc8e7a072a",
"name": "Google Drive에서 비디오 다운로드",
"type": "n8n-nodes-base.googleDrive",
"position": [
-80,
-100
],
"parameters": {
"fileId": {
"__rl": true,
"mode": "list",
"value": ""
},
"options": {},
"operation": "download",
"authentication": "oAuth2"
},
"credentials": {
"googleDriveOAuth2Api": {
"id": "pIW55BNPyp4T9msu",
"name": "Google Drive account 2"
}
},
"typeVersion": 1
},
{
"id": "b46a5743-2ec9-48c8-9884-1cda4d021ec5",
"name": "파일 상태 확인",
"type": "n8n-nodes-base.httpRequest",
"position": [
360,
-100
],
"parameters": {
"url": "https://generativelanguage.googleapis.com/v1beta/files/your_file_id",
"options": {},
"authentication": "predefinedCredentialType"
},
"typeVersion": 1
},
{
"id": "957978bf-d401-4f5e-b15e-64c2a7d806e2",
"name": "비디오 분석",
"type": "n8n-nodes-base.httpRequest",
"position": [
540,
-100
],
"parameters": {
"url": "https://generativelanguage.googleapis.com/v1beta/models/gemini-1.5-pro:generateContent",
"options": {},
"requestMethod": "POST",
"jsonParameters": true,
"bodyParametersJson": "{\n \"contents\": [\n {\n \"role\": \"user\",\n \"parts\": [\n {\n \"fileData\": {\n \"fileUri\": \"files/your_file_id\"\n }\n },\n {\n \"text\": \"Please analyze the video and provide a summary.\"\n }\n ]\n }\n ]\n}"
},
"typeVersion": 1
},
{
"id": "78834072-6f1a-43e5-8d53-6f65b8ef31a3",
"name": "분석 결과 형식화",
"type": "n8n-nodes-base.set",
"position": [
720,
-100
],
"parameters": {
"options": {}
},
"typeVersion": 1
},
{
"id": "acd2575c-2145-43d2-930a-0c95fdbf0035",
"name": "스케줄 트리거",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-260,
-100
],
"parameters": {
"rule": {
"interval": [
{}
]
}
},
"typeVersion": 1.2
},
{
"id": "6f710275-eb3b-4d11-98d3-9191176960ef",
"name": "스티키 노트 - 지원",
"type": "n8n-nodes-base.stickyNote",
"position": [
940,
-260
],
"parameters": {
"color": 4,
"width": 340,
"height": 620,
"content": "=======================================\n WORKFLOW ASSISTANCE\n=======================================\nFor any questions or support, please contact:\n Yaron@nofluff.online\n\nExplore more tips and tutorials here:\n - YouTube: https://www.youtube.com/@YaronBeen/videos\n - LinkedIn: https://www.linkedin.com/in/yaronbeen/\n=======================================\n\nAuthor:\nYaron Been\n"
},
"typeVersion": 1
},
{
"id": "a322cc61-d934-489d-8984-7b7fbf19ed67",
"name": "기본 LLM 체인",
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"position": [
60,
-100
],
"parameters": {
"text": "Hi, could you please prepare the video below:\n",
"promptType": "define"
},
"typeVersion": 1.5
},
{
"id": "ea265edc-b687-4aae-ad2d-3f27be704afc",
"name": "Google Gemini 채팅 모델",
"type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
"position": [
20,
200
],
"parameters": {
"options": {}
},
"credentials": {
"googlePalmApi": {
"id": "cHiuNFEYYehlLyFW",
"name": "Google Gemini(PaLM) Api account"
}
},
"typeVersion": 1
},
{
"id": "01975cf6-f26e-4d14-a595-59cce454b9a2",
"name": "스티키 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
-300,
-360
],
"parameters": {
"width": 560,
"content": "This workflow automates the download, status check, and AI-based analysis of a video file from Google Drive using Gemini API."
},
"typeVersion": 1
},
{
"id": "a5c33cfe-9dc1-4741-87b0-f564e8d8dc9d",
"name": "스티키 노트1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-280,
80
],
"parameters": {
"width": 150,
"height": 80,
"content": "Set execution interval (e.g., daily)"
},
"typeVersion": 1
},
{
"id": "dbf28a97-1dac-4d20-af65-180c59dfa690",
"name": "스티키 노트2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-100,
80
],
"parameters": {
"width": 150,
"height": 80,
"content": "Pulls video using Google Drive node"
},
"typeVersion": 1
},
{
"id": "81977563-018b-4b9b-b440-71f84abea87e",
"name": "스티키 노트3",
"type": "n8n-nodes-base.stickyNote",
"position": [
120,
60
],
"parameters": {
"width": 150,
"height": 80,
"content": "Prepares and passes input to Gemini"
},
"typeVersion": 1
},
{
"id": "18a0147d-f9d1-4332-90a5-60346cbec9c2",
"name": "스티키 노트4",
"type": "n8n-nodes-base.stickyNote",
"position": [
320,
60
],
"parameters": {
"width": 150,
"height": 80,
"content": "Validates video is uploaded to Gemini endpoint"
},
"typeVersion": 1
},
{
"id": "be07e477-aee6-4546-8930-907b1b41780a",
"name": "스티키 노트5",
"type": "n8n-nodes-base.stickyNote",
"position": [
520,
60
],
"parameters": {
"width": 150,
"height": 80,
"content": "Uses Gemini API to analyze video content"
},
"typeVersion": 1
},
{
"id": "b082a61d-3f5b-4395-a095-d9177cdce954",
"name": "스티키 노트6",
"type": "n8n-nodes-base.stickyNote",
"position": [
720,
60
],
"parameters": {
"width": 150,
"height": 80,
"content": "Structures the summary output\n\n"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "948c65d2-fbc8-4204-860a-cda81b0b8eb2",
"connections": {
"957978bf-d401-4f5e-b15e-64c2a7d806e2": {
"main": [
[
{
"node": "78834072-6f1a-43e5-8d53-6f65b8ef31a3",
"type": "main",
"index": 0
}
]
]
},
"a322cc61-d934-489d-8984-7b7fbf19ed67": {
"main": [
[
{
"node": "b46a5743-2ec9-48c8-9884-1cda4d021ec5",
"type": "main",
"index": 0
}
]
]
},
"acd2575c-2145-43d2-930a-0c95fdbf0035": {
"main": [
[
{
"node": "5cf5eee1-1a5a-481b-b0a7-e6bc8e7a072a",
"type": "main",
"index": 0
}
]
]
},
"b46a5743-2ec9-48c8-9884-1cda4d021ec5": {
"main": [
[
{
"node": "957978bf-d401-4f5e-b15e-64c2a7d806e2",
"type": "main",
"index": 0
}
]
]
},
"ea265edc-b687-4aae-ad2d-3f27be704afc": {
"ai_languageModel": [
[
{
"node": "a322cc61-d934-489d-8984-7b7fbf19ed67",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"5cf5eee1-1a5a-481b-b0a7-e6bc8e7a072a": {
"main": [
[
{
"node": "a322cc61-d934-489d-8984-7b7fbf19ed67",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 인공지능, 마케팅
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
Bright Data와 LLMs로 대규모 초개인화 아웃리치 자동화
Bright Data 및 대규모 언어 모델을 통한 대규모 초개인화 아웃리치 자동화
If
Set
Wait
+
If
Set
Wait
21 노드Yaron Been
영업
Google Sheets에서 Instagram으로의 AI 콘텐츠 생성 및 게시 자동화
Google Sheets에서 Instagram으로의 AI 콘텐츠 제작 및 게시 자동화
Set
Wait
Http Request
+
Set
Wait
Http Request
26 노드Onur
디자인
내 워크플로우
Reddit 및 Anthropic 기반 주간 디지털 PR 스토리 자동 추천
If
Set
Code
+
If
Set
Code
29 노드Custom Workflows AI
인공지능
AI, ElevenLabs, 다중 플랫폼을 사용하여 POV 비디오를 생성하고 승인
AI, ElevenLabs, 및 다중 플랫폼에서 POV 비디오를 생성하고 승인하기 (TikTok/IG/YT)
If
Set
Code
+
If
Set
Code
60 노드Immanuel
디자인
[템플릿] AI 반려동물 가게 v8
🐶 AI 펫 샵 어시스턴트 - GPT-4o, Google 캘린더 및 WhatsApp/Instagram/Facebook 통합
If
N8n
Set
+
If
N8n
Set
244 노드Amanda Benks
영업
CrunchBase 투자자 데이터
자동화投资者情报:CrunchBase로Google Sheets데이터采集器
Code
Http Request
Google Sheets
+
Code
Http Request
Google Sheets
8 노드Yaron Been
금융
워크플로우 정보
난이도
중급
노드 수15
카테고리2
노드 유형7
저자
Yaron Been
@yaron-nofluffBuilding AI Agents and Automations | Growth Marketer | Entrepreneur | Book Author & Podcast Host If you need any help with Automations, feel free to reach out via linkedin: https://www.linkedin.com/in/yaronbeen/ And check out my Youtube channel: https://www.youtube.com/@YaronBeen/videos
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유