← 所有精選

GitHub Trending 精選

每日一個爆紅開源專案

週榜 #12026-06-29

calesthio/OpenMontage

World's first open-source, agentic video production system. 12 pipelines, 52 tools, 500+ agent skills. Turn your AI coding assistant into a full video production studio.

★ 26.9k stars · ▲ +18,703 本週 · 🔶 Python · 📜 AGPL-3.0 · 官網在 GitHub 開啟 ↗
agentagentic-aiaiclaudecopilotcursorelevenlabsffmpegfluximage-generationopen-sourceopenai

這是什麼

OpenMontage 是一套 agentic video production system。它不是單一文字轉影片模型,而是把研究、腳本、素材生成或搜尋、剪輯、字幕、配樂、合成與驗證,串成可由 AI coding assistant 操作的製作流程。README 強調它能做 image-based videos,也能走真實動態素材路線:從 Archive.org、NASA、Wikimedia Commons 與可選免費素材來源建立語料,找出 motion clips,再剪成完整影片。

為什麼上榜

週榜新增 18,703 顆星,熱點在於它把「AI agent」從寫程式推到跨工具內容製作。README 展示多個示例,包含 FLUX 圖像、Kling / Veo 片段、Google Chirp3-HD 或 OpenAI narration、Remotion composition,也標出部分作品成本。與一般影片生成工具相比,它更強調 pipeline、provider 選擇與自我檢查,不是只給一個 prompt 入口。

適合誰,可以拿來做什麼

它適合已經會使用 Claude Code、Cursor、Copilot、Windsurf 或 Codex,且願意讓 agent 在本機讀檔、跑指令、調工具的人。用途包括短影音、教育 explainer、產品 teaser、品牌 trailer、紀錄片式 montage、長內容切短片,以及 avatar spokesperson。若沒有 API key,README 也列出 Piper TTS、Archive.org、NASA、Wikimedia Commons、Remotion、HyperFrames、FFmpeg、內建字幕等 zero-key 能力;加入更多 key 則可擴充圖像、影片、語音與音樂供應商。

上手

README 提供明確 Quick Start。基本需求包含 Python 3.10+、FFmpeg、Node.js 18+,以及一個 AI coding assistant。

git clone https://github.com/calesthio/OpenMontage.git
cd OpenMontage
make setup

若環境沒有 make,README 也提供手動路徑:安裝 Python requirements、進入 remotion-composer 執行 npm install、安裝 piper-tts,並複製 .env.example.env。API keys 是選配;README 的說法是 more keys = more tools

README 重點摘要