video-use

Normal
GitHub Python MIT

Description

video-use lets coding agents like Claude Code edit videos from a single prompt - removing filler words, color grading, burning subtitles, and generating animation overlays, fully open source.

Key Features

  • Natural-language editing - drop raw footage in a folder, tell the agent, get the final cut
  • Filler removal - detects and cuts umm, uh, and dead space between takes
  • Auto color grading - cinematic grades or custom ffmpeg filter chains per segment
  • Seamless audio - 30ms fades at every cut prevent pops
  • Burned subtitles - 2-word uppercase chunks by default, fully customizable
  • Animation overlays - HyperFrames, Remotion, Manim, or PIL via parallel sub-agents
  • Self-evaluation and memory - checks every cut boundary and persists session memory in project.md

Use Cases

💡 Auto-edit talking-head takes into a launch video
💡 Batch-remove filler words and pauses for clean cuts
💡 Auto-burn subtitles and add animations for tutorials and interviews
💡 Hand daily video post-production to a coding agent

Quick Start

# Clone and symlink into your Claude Code skills directory
git clone https://github.com/browser-use/video-use ~/Developer/video-use
ln -sfn ~/Developer/video-use ~/.claude/skills/video-use
cd ~/Developer/video-use && uv sync
# Run Claude Code inside your footage folder: claude

Related Projects