Open-source agentic editor

- 'agentic-video-editor' is an open-source CLI that uses four AI agents to convert raw footage and briefs into finished ad edits. - Built on Gemini, it includes roles like Director, Trim Refiner, Editor, Reviewer, plus retry logic and an MIT license. - Studios can prototype agentic automation to reduce routine editing labor and test cost-saving workflows without committing to large vendors (x.com).

Video editing software usually needs a human to pick shots, trim clips, and check pacing. A new open-source command-line tool called `agentic-video-editor` tries to automate that workflow with four specialized AI agents. (github.com) The project appeared on GitHub this week under the MIT license, with an initial open-source release dated two days ago and 176 stars and 22 forks at the time of capture. Its README says it turns a folder of raw footage plus a creative brief into a finished ad. (github.com) The pipeline splits the job into named roles: a Director chooses and orders shots, a Trim Refiner tightens cut points, an Editor renders the plan to MP4, and a Reviewer scores the result. The repository says the Reviewer grades five dimensions on a 0-to-1 scale and can trigger up to two retries when the overall score falls below 0.65. (github.com) Under the hood, the language-model pieces run on Google Gemini through Google’s Agent Development Kit, an open-source framework for building and orchestrating AI agents. The actual video rendering is handled by FFmpeg, which the FFmpeg project describes as a cross-platform multimedia framework for encoding, decoding, filtering, and transcoding media. (cloud.google.com) (ffmpeg.org) That setup matters for small studios and in-house marketing teams because it exposes the editing logic in code instead of hiding it inside a closed web app. The repository defines pipelines as YAML files, so teams can inspect steps, add human approval gates, and change retry rules without signing a long-term software contract. (github.com) The project also shows how “agentic” software works in practice. Instead of one model doing everything in one pass, the system breaks the task into smaller jobs, passes results between agents, and sends failed outputs back for another round with feedback. (cloud.google.com) (github.com) The codebase is built in Python and also references MoviePy, an open-source Python video-editing library, alongside FFmpeg. That makes the project closer to a programmable editing pipeline than a consumer video app with a timeline and preview window. (github.com) (zulko.github.io) There are limits. The GitHub page shows no packaged releases yet, and the README describes a command-line workflow that still depends on users supplying footage, prompts, styles, and model credentials. (github.com 1) (github.com 2) For now, `agentic-video-editor` looks less like a replacement for Adobe Premiere and more like a public test case for automating repetitive ad-editing work. Its next test is whether developers turn a two-day-old GitHub release into a tool editors actually trust in production. (github.com)

Get your own daily briefing

Scout delivers personalized news, insights, and conversations tailored to your role and industry.

Download on the App Store

Shared from Scout - Be the smartest in the room.