πŸ”¬ Automated video analysis: AI-powered insight generation from Google Drive

⚑ 1,996 views Β· πŸ”¬ Document Extraction & Analysis

Description

Automated Video Analysis: AI-Powered Insight Generation from Google Drive

Subtitle: From Google Drive Upload β†’ Gemini AI β†’ Video Insights


🌍 Overview

This workflow automates the analysis of videos stored in Google Drive. It downloads a video, validates it, sends it to Google Gemini AI for analysis, and returns a structured summary of the content.

Think of it as your AI-powered video analyst that works on schedule.


🟒 Section 1: Trigger – Start the Workflow

πŸ”— Node: Schedule Trigger

πŸ’‘ Why useful? Keeps analysis consistent without human intervention.


🟦 Section 2: Download Video

πŸ”— Node: Download Video from Drive

πŸ’‘ Why useful? Pulls the raw video directly from storage β†’ no manual download needed.


🟣 Section 3: Prepare for AI Analysis

πŸ”— Nodes:

πŸ’‘ Why useful? Ensures that Gemini gets both the video file + clear instructions on what to analyze (e.g., β€œPlease provide a summary”).


🟑 Section 4: Validate File Status

πŸ”— Node: Check File Status

πŸ’‘ Why useful? Prevents wasted runs by making sure the file exists and is accessible before analysis.


πŸ”΅ Section 5: AI Video Analysis

πŸ”— Node: Analyze Video

πŸ’‘ Why useful? Extracts insights from video content automatically β€” no need to watch manually.

πŸ“© Example Output:

> β€œThe video shows a product demo highlighting three features: speed, security, and collaboration. The speaker explains how the software reduces manual tasks. Ending includes a call to action for early sign-up.”


🟠 Section 6: Format Results

πŸ”— Node: Format Analysis Result

πŸ’‘ Why useful? Instead of messy raw JSON, you get clear summaries ready to share.


πŸ“Š Workflow Summary

SectionNode(s)PurposeBenefit
🟒 TriggerSchedule TriggerRun workflow on scheduleFully automated start
🟦 Download VideoGoogle DriveFetch video from DriveRemoves manual steps
🟣 Prepare PromptBasic LLM Chain, Gemini Chat ModelStructure prompt for AIAccurate AI analysis
🟑 Validate FileCheck File StatusEnsure file is accessibleAvoids failed runs
πŸ”΅ AI AnalysisAnalyze VideoGemini analyzes + summarizes videoSaves hours of manual review
🟠 Format OutputFormat Analysis ResultClean up AI outputReady-to-use summaries
πŸ”΄ AssistanceSticky NotesTraining + support infoBeginner-friendly handoff

πŸš€ Benefits


πŸ”— Nodes Used

HTTP Request, Google Drive, Schedule Trigger, Basic LLM Chain, Google Gemini Chat Model

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup