AI视频摘要与VLM Run - 团队自动化内容分析
中级
这是一个AI领域的自动化工作流,包含 10 个节点。主要使用 Slack, Webhook, GoogleDrive, VlmRun, GoogleDriveTrigger 等节点,结合人工智能技术实现智能自动化。 基于VLM Run的AI视频摘要 - 团队自动化内容分析系统
前置要求
- •Slack Bot Token 或 Webhook URL
- •HTTP Webhook 端点(n8n 会自动生成)
- •Google Drive API 凭证
分类
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"meta": {
"instanceId": "0a7ae129a7d703150135f6cc24d0469f20ffd22b5ed59c23ee3e0608264e6d98",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "5f002a85-f3d9-40b6-9130-43895c5286f8",
"name": "🎥 工作流概览",
"type": "n8n-nodes-base.stickyNote",
"position": [
-220,
500
],
"parameters": {
"color": 7,
"width": 460,
"height": 720,
"content": "## 🎥 使用 VLM Run 的 AI 视频摘要生成"
},
"typeVersion": 1
},
{
"id": "1f5a362e-19be-4ee8-9ede-974ecea4617e",
"name": "📁 输入文档",
"type": "n8n-nodes-base.stickyNote",
"position": [
260,
500
],
"parameters": {
"color": 7,
"width": 440,
"height": 720,
"content": "## 📁 视频输入处理"
},
"typeVersion": 1
},
{
"id": "2234e975-124c-46d6-a8c5-5925a82af8db",
"name": "🤖 AI 处理文档",
"type": "n8n-nodes-base.stickyNote",
"position": [
720,
500
],
"parameters": {
"color": 2,
"width": 360,
"height": 720,
"content": "## 🤖 AI 视频分析"
},
"typeVersion": 1
},
{
"id": "d83c5770-7810-4062-83db-4f20c822c569",
"name": "🔗 异步处理文档",
"type": "n8n-nodes-base.stickyNote",
"position": [
1100,
500
],
"parameters": {
"color": 5,
"width": 320,
"height": 720,
"content": "## 🔗 异步处理流程"
},
"typeVersion": 1
},
{
"id": "7e12a956-c9fc-4e73-be5b-320e08550b17",
"name": "💬 输出文档",
"type": "n8n-nodes-base.stickyNote",
"position": [
1440,
500
],
"parameters": {
"color": 7,
"width": 280,
"height": 720,
"content": "## 💬 团队通知"
},
"typeVersion": 1
},
{
"id": "0e5eee4f-d4ac-4af6-bba7-b2dabb9bc910",
"name": "VLM Run 视频摘要生成器",
"type": "@vlm-run/n8n-nodes-vlmrun.vlmRun",
"notes": "Processes video files using VLM AI to generate intelligent summaries and extract key topics. Runs asynchronously for large files.",
"position": [
840,
1040
],
"parameters": {
"file": "=data",
"domain": "video.summary",
"operation": "video",
"callbackUrl": "https://playground.vlm.run/webhook-test/summarize-video",
"processAsynchronously": true
},
"credentials": {
"vlmRunApi": {
"id": "cF5KpbVmnt36bdWr",
"name": "VLM Run account 6"
}
},
"typeVersion": 1
},
{
"id": "b96c2eb1-ad10-494e-93ec-1d667c26bfd0",
"name": "监控视频上传",
"type": "n8n-nodes-base.googleDriveTrigger",
"notes": "Watches designated Google Drive folder for new video uploads and triggers processing automatically.",
"position": [
320,
1040
],
"parameters": {
"event": "fileCreated",
"options": {},
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
},
"triggerOn": "specificFolder",
"folderToWatch": {
"__rl": true,
"mode": "list",
"value": "1reWORwI1tMa-eGB75NCXq9eRw4CiQIhX",
"cachedResultUrl": "https://drive.google.com/drive/folders/1reWORwI1tMa-eGB75NCXq9eRw4CiQIhX",
"cachedResultName": "n8n"
}
},
"credentials": {
"googleDriveOAuth2Api": {
"id": "8UenyA7IO3w0wN2R",
"name": "Google Drive account 3"
}
},
"typeVersion": 1
},
{
"id": "d768bfc1-496d-4acd-aaee-0ce7c4c6d284",
"name": "下载视频文件",
"type": "n8n-nodes-base.googleDrive",
"notes": "Downloads the uploaded video file from Google Drive and prepares it for AI analysis.",
"position": [
540,
1040
],
"parameters": {
"fileId": {
"__rl": true,
"mode": "id",
"value": "={{ $json.id }}"
},
"options": {
"binaryPropertyName": "data"
},
"operation": "download"
},
"credentials": {
"googleDriveOAuth2Api": {
"id": "8UenyA7IO3w0wN2R",
"name": "Google Drive account 3"
}
},
"typeVersion": 3
},
{
"id": "43c338b4-1455-4106-8c92-53d55e6adcdf",
"name": "接收 VLM Run 回调",
"type": "n8n-nodes-base.webhook",
"notes": "Receives the completed video summary from VLM AI when asynchronous processing is finished.",
"position": [
1200,
1040
],
"webhookId": "aba26926-cff2-4f3d-b5d2-38eb561ac055",
"parameters": {
"path": "summarize-video",
"options": {},
"httpMethod": "POST"
},
"typeVersion": 2
},
{
"id": "6f223750-f307-41f7-9509-254b8e6f310f",
"name": "发送摘要给团队",
"type": "n8n-nodes-base.slack",
"notes": "Posts the AI-generated video summary and key topics to Slack channel for team review.",
"position": [
1520,
1040
],
"webhookId": "054803e2-58f0-4bd9-97d5-cb4d02f71550",
"parameters": {
"text": "=🎥 *New Video Summary Ready!*\n\n📄 **Summary:**\n{{ $json.body.response.content }}\n\n🔍 **Key Topics:**\n{{ $json.body.response.topics }}\n\n✅ Processing complete!",
"select": "channel",
"channelId": {
"__rl": true,
"mode": "list",
"value": "C08S3SR2LUW",
"cachedResultName": "workflow-testing"
},
"otherOptions": {
"mrkdwn": true,
"includeLinkToWorkflow": false
}
},
"credentials": {
"slackApi": {
"id": "sNMFh7sXAUyWsuXd",
"name": "Slack account 2"
}
},
"typeVersion": 2.3
}
],
"pinData": {},
"connections": {
"Download Video File": {
"main": [
[
{
"node": "VLM Run Video Summarizer",
"type": "main",
"index": 0
}
]
]
},
"Monitor Video Uploads": {
"main": [
[
{
"node": "Download Video File",
"type": "main",
"index": 0
}
]
]
},
"Receive VLM Run Callback": {
"main": [
[
{
"node": "Send Summary to Team",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - 人工智能
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
视频转录自动化,集成VLM Run、Google Drive和Docs
视频转录自动化,集成VLM Run、Google Drive和Docs
Webhook
Google Docs
Google Drive
+3
10 节点Mirajul Mohin
文档提取
简单工作流
使用 Straker、Google Drive 和 Slack 的自动化文档翻译质量验证
Code
Slack
Webhook
+5
11 节点Vijayeta Sinel
人工智能
提取法律合同数据并使用VLM Run、Google Workspace和Slack发送提醒
提取法律合同数据并使用VLM Run、Google Workspace和Slack发送提醒
Set
Code
Slack
+7
14 节点Shahrear
技术雷达
使用SQL数据库、RAG和路由代理构建AI驱动的技术雷达顾问
If
Code
Cron
+22
53 节点Sean Lon
工程
AI智能助手:与Supabase存储和Google Drive文件对话
AI智能助手:与Supabase存储和Google Drive文件对话
If
Set
Wait
+20
62 节点Mark Shcherbakov
工程
转录评估器
使用DeepGram和GPT-4o的音频对话分析与可视化
Set
Code
Html
+15
54 节点RealSimple Solutions
人工智能