8
n8n 한국어amn8n.com

Google Gemini 2.5 Pro를 사용한 비디오 분석 및 텍스트 요약 생성

초급

이것은Content Creation, Multimodal AI분야의자동화 워크플로우로, 3개의 노드를 포함합니다.주로 FormTrigger, GoogleGemini 등의 노드를 사용하며. Google Gemini 2.5 Pro를 사용한 비디오 분석 및 텍스트 요약 생성

사전 요구사항
  • 특별한 사전 요구사항 없이 가져와 바로 사용 가능합니다
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "meta": {
    "instanceId": "689fa22e68cd4198e4ae37f3cc44f498087edd235a867e22515be823bab694c7",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "c452da55-47d8-4427-900b-7eb3c0d6710c",
      "name": "시작: 비디오 업로드",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        0,
        0
      ],
      "webhookId": "c5082042-5e60-48ce-9147-891cb3c3a804",
      "parameters": {
        "options": {},
        "formTitle": "Video Analyzer",
        "formFields": {
          "values": [
            {
              "fieldType": "file",
              "fieldLabel": "Video to Analyze"
            }
          ]
        }
      },
      "typeVersion": 2.2
    },
    {
      "id": "0d164cd4-bf3b-450d-86dd-94a76f9a172b",
      "name": "1. Gemini로 비디오 분석",
      "type": "@n8n/n8n-nodes-langchain.googleGemini",
      "position": [
        208,
        0
      ],
      "parameters": {
        "modelId": {
          "__rl": true,
          "mode": "list",
          "value": "models/gemini-2.5-pro",
          "cachedResultName": "models/gemini-2.5-pro"
        },
        "options": {},
        "resource": "video",
        "inputType": "binary",
        "operation": "analyze",
        "binaryPropertyName": "Video_to_Analyze"
      },
      "credentials": {
        "googlePalmApi": {
          "id": "dmfdKTqDcz24VUn2",
          "name": "Fahmi Gemini"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "f68af5bf-d3f6-4f11-8d3f-80cfc32cd833",
      "name": "스티커 노트",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1168,
        -880
      ],
      "parameters": {
        "width": 752,
        "height": 992,
        "content": "## Analyze Any Video and Get a Text Summary with Google Gemini\nThis workflow uses the NEW native Google Gemini node in n8n to analyze videos and generate detailed text summaries. Just upload a video, and Gemini will describe the scenes, objects, and actions frame by frame.\n\n### Who Is This For?\n* **Content Creators & Marketers**\n  Quickly generate summaries, shot lists, or descriptions for video content.\n* **Video Editors**\n  Get a fast overview of footage without manual review.\n* **Developers & n8n Beginners**\n  Learn how to use multimodal AI in n8n with a simple setup.\n* **AI Enthusiasts**\n  Explore the new capabilities of the Gemini Pro model.\n\n### How It Works\n* **Upload**\n  Triggered via a form where you upload a video file.\n* **Analyze**\n  The video is sent to the Gemini 2.5 Pro model for analysis.\n* **Describe**\n  Gemini returns a detailed text summary of what it sees in the video.\n\n### Setup Instructions\n**1. Add Credentials**\nConnect your Google AI (Gemini) credentials in n8n.\n**2. Activate Workflow**\nSave and activate the workflow.\n**3. Upload Video**\nOpen the Form Trigger URL, upload a video, and submit the form.\n\n### Requirements\n* An n8n instance (Cloud or Self-Hosted)\n* A Google AI (Gemini) account\n\n### Customization Ideas\n* **Translate the Summary**\n  Add another LLM node to translate the analysis.\n* **Create Social Media Posts**\n  Use the output to generate Twitter or LinkedIn content.\n* **Store the Output**\n  Save the summary to Google Sheets or Airtable.\n\n* **Automate with Cloud Storage**\n  Replace the Form Trigger with a Google Drive or Dropbox trigger to process videos automatically."
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "c452da55-47d8-4427-900b-7eb3c0d6710c": {
      "main": [
        [
          {
            "node": "0d164cd4-bf3b-450d-86dd-94a76f9a172b",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

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

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

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

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

유료인가요?

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

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

n8n 초보자를 위한 1-5개 노드의 간단한 워크플로우

저자
Fahmi Fahreza

Fahmi Fahreza

@fahmiiireza

Backend Developer turns to AI Automation Developer

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34