什麼是 ffmpeg-analyse-video?
透過使用 ffmpeg 提取幀並使用 AI 視覺生成帶有時間戳的分步摘要來分析影片內容。當使用者提供影片檔案並想要了解其視覺內容(螢幕錄製、教學課程、簡報、鏡頭或動畫)時使用。觸發「分析此影片」、「此影片中發生了什麼」、「總結此錄音」或任何涉及理解視訊檔案內容的請求。 來源:fabriqaai/ffmpeg-analyse-video-skill。
透過使用 ffmpeg 提取幀並使用 AI 視覺生成帶有時間戳的分步摘要來分析影片內容。當使用者提供影片檔案並想要了解其視覺內容(螢幕錄製、教學課程、簡報、鏡頭或動畫)時使用。觸發「分析此影片」、「此影片中發生了什麼」、「總結此錄音」或任何涉及理解視訊檔案內容的請求。
透過命令列快速安裝 ffmpeg-analyse-video AI 技能到你的開發環境
來源:fabriqaai/ffmpeg-analyse-video-skill。
Extract frames from video files with ffmpeg. Delegate frame reading to sub-agents to preserve the main context window. Synthesise a structured timestamped summary from text-only sub-agent reports.
Problem: Reading dozens of images into the main conversation context consumes most of the context window, leaving little room for synthesis and follow-up.
Images only ever exist inside sub-agent contexts. The main agent only reads lightweight text files. This cuts context usage by 90%.
透過使用 ffmpeg 提取幀並使用 AI 視覺生成帶有時間戳的分步摘要來分析影片內容。當使用者提供影片檔案並想要了解其視覺內容(螢幕錄製、教學課程、簡報、鏡頭或動畫)時使用。觸發「分析此影片」、「此影片中發生了什麼」、「總結此錄音」或任何涉及理解視訊檔案內容的請求。 來源:fabriqaai/ffmpeg-analyse-video-skill。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/fabriqaai/ffmpeg-analyse-video-skill --skill ffmpeg-analyse-videoBrowse more skills from fabriqaai/ffmpeg-analyse-video-skill
透過使用 ffmpeg 提取幀並使用 AI 視覺生成帶有時間戳的分步摘要來分析影片內容。當使用者提供影片檔案並想要了解其視覺內容(螢幕錄製、教學課程、簡報、鏡頭或動畫)時使用。觸發「分析此影片」、「此影片中發生了什麼」、「總結此錄音」或任何涉及理解視訊檔案內容的請求。 來源:fabriqaai/ffmpeg-analyse-video-skill。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/fabriqaai/ffmpeg-analyse-video-skill --skill ffmpeg-analyse-video 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/fabriqaai/ffmpeg-analyse-video-skill