Privacy and advertising choices

Git-Stars uses essential storage for site operation. Optional analytics and ad-measurement scripts stay disabled unless you accept them; partners such as Google may then use cookies or similar identifiers where required. Privacy Policy

LogoGit-Stars
Top StarsTrendingAI AgentsDaily PicksViral ReposInsights
LogoGit-Stars

Discover top GitHub projects with real rankings and AI insights

GitHub
Built withLogo of Git-StarsGit-Stars
Rankings
  • Top Stars
  • Trending
  • AI Agents
  • Daily Picks
  • Explore
Resources
  • Insights
  • Editorial Policy
About
  • About
  • Contact
Legal
  • Privacy Policy
  • Terms of Service
© 2026 Git-Stars. All Rights Reserved.
AI Agent Analysis
VU

browser-use/video-use

Edit videos with coding agents

stars
19k
Language
Python
GitHub
Source and compliance noteLast synced: Aug 5, 2026

Git-Stars is independent and not affiliated with GitHub or this project. Analysis may be AI-assisted and based on public repository metadata plus short README-derived summaries. We do not mirror full README files, docs, issues, or social comments.

Original GitHub sourceMethodologyEditorial Policy

Overview

video-use is an open-source framework that enables coding agents like Claude Code to edit videos through natural language commands. It transcribes footage into text, lets the LLM reason over a structured timeline, and renders a final cut with cuts, color grading, subtitles, and animations—all without presets or manual editing.

Installation

Clone the repo, symlink it into your agent's skills directory (e.g., ~/.claude/skills/video-use), run `uv sync`, install ffmpeg (and optionally yt-dlp), and add your ElevenLabs API key to .env.

Problem solved

Traditional video editing requires manual timeline manipulation or preset-based tools, which are slow and inflexible. video-use bridges the gap by giving LLMs a structured, token-efficient representation of video (transcript + visual composites) so they can make precise editorial decisions and execute them via ffmpeg, enabling fully automated, conversational editing.

What you can build

Developers can build automated video editing pipelines for talking heads, tutorials, travel vlogs, interviews, and more. The framework supports filler-word removal, auto color grading, subtitle burning, animation overlays (via HyperFrames, Remotion, Manim, or PIL), and self-evaluation loops. The ceiling is high: with custom ffmpeg chains and parallel sub-agents, users can create complex, stylized edits from raw footage with minimal human intervention.

Community sentiment

Positive

No community feedback yet.

Concerns

No concerns documented yet.

Bottom line

video-use is ideal for content creators, developers, and teams who want to automate video editing using AI agents and are comfortable with command-line tools and API keys. It's not for non-technical users or those needing pixel-perfect manual control. The key trade-off is token efficiency and automation versus the loss of fine-grained manual editing and reliance on external services like ElevenLabs.

Analyzed by Git-Stars - 8/5/2026