‹ 返回总目录
视频生成 最近更新02-15

ffmpeg-analyse-video

| 2026-08-01 收录

☆ 收藏
🛒 📚 AI提效实战指南 · 图解Skill🛒 📱 大流量手机卡 · 低月租📣 加入推广 · 佣金80-300/张 ›

🛍️ 更多精选好物 ›

📊 公开数据一览

📦 榜单安装量1.1K
⭐ GitHub Stars26(fork 4)
🗓️ 最近推送2026-02-15
🌱 项目创建2026-02-15
💻 语言 / License未标注 · 未标注
🐛 开放Issue2

📝 工具简介

用ffmpeg提取视频帧,配合AI视觉生成带时间戳的视频内容摘要。

📖 怎么用

先装依赖,macOS 跑 `brew install ffmpeg`,Ubuntu 用 `sudo apt install ffmpeg`,Windows 用 `choco install ffmpeg` 或 `winget install ffmpeg`。然后装 skill:`npx skills add fabriqaai/ffmpeg-analyse-video-skill`。装完直接给 AI 视频路径让它分析,比如 `Analyse this video: /path/to/recording.mp4` 或 `What happens in this video? ~/Desktop/demo.mov`。想分析特定时间段就说 `Analyse 2:00 to 5:00 of meeting.mp4`,AI 会抽帧生成带时间戳的步骤摘要。

📋 迷你测评

用ffmpeg抽帧配合AI视觉生成带时间戳的摘要。亮点是时间戳对齐,方便定位关键画面。适合快速浏览长视频内容。

📄 README 要点

这是个AI技能,用ffmpeg抽视频帧,再用视觉模型生成带时间戳的分步摘要。适合处理屏幕录制、教程、演示文稿、视频素材和动画这些内容。安装前得先装好ffmpeg和ffprobe,macOS用brew、Ubuntu用apt、Windows用choco或winget装。装好后给AI一个视频文件路径,它就能帮你分析。技术亮点是帧图片只在子代理上下文里读取,主对话只接收轻量文本分析文件,这样能省90%的上下文用量,比直接读帧高效得多。

查看英文原文
ffmpeg analyse video skill AI agent skill that analyses video content by extracting frames with ffmpeg and using vision to generate timestamped step by step summaries. Works with screen recordings, tutorials, presentations, footage, and animations. Install [安装/使用命令见下方] Requirements ffmpeg and ffprobe installed on your system macOS: brew install ffmpeg Ubuntu/Debian: sudo apt install ffmpeg Windows: choco install ffmpeg or winget install ffmpeg Usage Provide a video file path and ask your agent to analyse it: [安装/使用命令见下方] [安装/使用命令见下方] [安装/使用命令见下方] Advanced [安装/使用命令见下方] [安装/使用命令见下方] [安装/使用命令见下方] How It Works [安装/使用命令见下方] Frame images are only ever read inside disposable sub agent contexts. The main agent receives lightweight text only analysis files — no images enter the main conversation. This cuts context usage by 90% compared to reading frames directly. Frame Extraction Strategies Video Duration Strategy Expected Frames 0 60s Interval (1 frame/2s) 1 30 1 10min Scene detection 15 60 10 30min Keyframe extraction 30 80 30min+ Thumbnail filter Capped at 60 Output Format The skill produces a structured markdown report: Metadata — duration, resolution, fps, content type, frames analysed Timeline — chronological segments with descriptions Key Moments — 3 7 most significant timestamps Summary — 2 5 sentence narrative License MIT

💬 评论(0)

交流使用体验、避坑建议;违规内容将被删除

💬 意见反馈 / 联系客服

数据来源:skills.sh 榜单 + GitHub 公开数据,非人工实测,仅供参考