Subtitle: From Google Drive Upload β Gemini AI β Video Insights
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.
π Node: Schedule Trigger
π‘ Why useful?
Keeps analysis consistent without human intervention.
π Node: Download Video from Drive
π‘ Why useful?
Pulls the raw video directly from storage β no manual download needed.
π Nodes:
Basic LLM Chain β Prepares a structured prompt for Gemini.Google Gemini Chat Model β Defines Gemini as the AI engine for analysis.π‘ Why useful?
Ensures that Gemini gets both the video file + clear instructions on what to analyze (e.g., "Please provide a summary").
π Node: Check File Status
π‘ Why useful?
Prevents wasted runs by making sure the file exists and is accessible before 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."
π Node: Format Analysis Result
π‘ Why useful?
Instead of messy raw JSON, you get clear summaries ready to share.
| Section | Node(s) | Purpose | Benefit |
|---|---|---|---|
| π’ Trigger | Schedule Trigger | Run workflow on schedule | Fully automated start |
| π¦ Download Video | Google Drive | Fetch video from Drive | Removes manual steps |
| π£ Prepare Prompt | Basic LLM Chain, Gemini Chat Model | Structure prompt for AI | Accurate AI analysis |
| π‘ Validate File | Check File Status | Ensure file is accessible | Avoids failed runs |
| π΅ AI Analysis | Analyze Video | Gemini analyzes + summarizes video | Saves hours of manual review |
| π Format Output | Format Analysis Result | Clean up AI output | Ready-to-use summaries |
| π΄ Assistance | Sticky Notes | Training + support info | Beginner-friendly handoff |


