Editing Videos with Claude Code — Complete Guide
A synthesis of everything in this wiki about using Claude Code for video editing and production.
Why Claude Code for Video?
Claude Code transforms video editing from a manual timeline operation into a programmable pipeline. Instead of clicking and dragging, you describe what you want in natural language — Claude Code writes the code that builds, edits, or assembles the video.
The key insight: Claude Code is not a video editor. It’s an automation layer that orchestrates the real tools (FFmpeg, Remotion, HyperFrames, Whisper, CapCut project files) into a repeatable, version-controlled workflow.
The Landscape
Three Eras of AI Video
| Era | What It Means | Example |
|---|---|---|
| AI-assisted | Claude helps with scripts, captions, cuts | Claude + CapCut manual workflow |
| AI-automated | Claude Code programs the pipeline | Sandy Lee’s fully automated pipeline |
| AI-generated | One prompt → finished video, no editing | HyperFrames + HeyGen agents |
All three are active today. Which one you use depends on how much control you need.
The Major Approaches
1. HyperFrames (HeyGen) — Agent-Native Video Creation
Best for: Creating videos from scratch, text-to-video, programmatic motion graphics
HyperFrames is HeyGen’s open-source HTML-based video framework built for AI agents. Claude Code writes HTML with GSAP animations, and HyperFrames renders it to video.
How it works:
Claude Code → writes HTML → HyperFrames renders → finished video
Key features:
- Frame-level control via HTML + JavaScript
- GSAP timelines, CSS animations, Web Animations API, Anime.js, Three.js, Lottie
- Scene transitions, captions, audio-reactive visuals, text-to-speech
- Deterministic seek-driven rendering (each frame is reproducible)
- Tailwind CSS v4 browser runtime support
The pipeline:
npx hyperframes init— scaffold a projectnpx hyperframes preview— preview in browsernpx hyperframes render— render to MP4npx hyperframes lint/inspect— validate compositions
Installed skills (16 total): hyperframes, hyperframes-cli, hyperframes-media, hyperframes-registry, website-to-hyperframes, remotion-to-hyperframes, plus engine adapters (gsap, animejs, waapi, css-animations, lottie, three, tailwind, typegpu).
Sources:
- HyperFrames — Frame-Level Video Control
- Productive Dude — Claude + HeyGen Pipeline
- HTML Anything — Agentic Editor with HyperFrames support
- Skills:
~/.agents/skills/hyperframes/,~/.claude/skills/hyperframes/
2. Remotion — Programmatic Motion Graphics
Best for: Complex motion graphics, data-driven videos, branded templates
Remotion is a React-based video framework. Claude Code generates React components that render to video frames. Each frame is a React component at a point in time.
The pipeline:
Claude Code → writes React components → Remotion renders frame-by-frame → MP4
Common use cases with Claude Code:
- Animated title cards and lower thirds
- Data visualization videos (charts, graphs change over time)
- Social media ads with brand templates
- Automated video series (same format, different content each time)
The Claude + Remotion + CapCut stack (Matt Loui’s workflow):
- Claude Code generates Remotion motion graphics (with transparent/alphas)
- Export as ProRes with alpha channel
- Layer into CapCut timeline over screen recording or footage
Sources:
- Matt Loui — Claude + Remotion + CapCut
- Matt Loui — Pro Motion Graphics 2
- Tella — Claude as Complete Video Editor
- Sandy Lee — Automated Video Pipeline
3. Claude + CapCut — Free Tier Power
Best for: Social media content, quick edits, no-code motion graphics
CapCut (ByteDance’s free editor) is the most accessible video editor on the market. Claude enhances it in several ways:
Workflow 1 — Claude plans, CapCut executes:
- Claude writes scripts, storyboards, effect sequences
- You import into CapCut and assemble
Workflow 2 — Claude edits CapCut project files directly:
- CapCut project files are accessible (XML/JSON)
- Claude Code manipulates them programmatically
- Opens CapCut to find the timeline already edited
Workflow 3 — Claude generates CapCut assets:
- Premium motion graphics parameters (no coding needed)
- SRT caption files with precise timestamps
- LUTs and color grading parameters
Workflow 4 — Claude + Remotion graphics into CapCut:
- Claude generates Remotion motion graphics with alpha channels
- Import as overlay into CapCut timeline
Sources:
- Claude + CapCut = GOD MODE (Joey Edits)
- Claude Code Edits CapCut Projects Directly
- Claude + CapCut Premium Motion Graphics (No Coding)
- Trevor Jones — Claude + CapCut Cheat Code
- Matt Loui — Claude + Remotion + CapCut
4. Claude + DaVinci Resolve — Professional Tier
Best for: Professional post-production, color grading, long-form content
DaVinci Resolve’s AI Neural Engine handles the grunt work. Claude adds orchestration and automation.
DaVinci Resolve AI features:
- Facial Recognition — auto-tracks faces for color grading
- Object Detection — track objects without manual keyframes
- Smart Reframing — auto-crop for vertical/landscape repurposing
- Speed Warp — AI-optimized slow-motion
- Super Scale — up-res SD/HD to 4K/8K
- Auto Color / Color Match
- Voice Isolation — separate dialog from noise
Claude integration points:
- DaVinci Resolve plugins that bring Claude into the editing timeline
- Transcript-based editing — Claude analyzes transcript, generates edit decision list
- Claude scripts grading parameters, generates Fusion compositions
Sources:
- DaVinci Resolve AI Features
- DaVinci Resolve Plugin for Claude
- DaVinci + Claude Transcript Editing
- Greg Edits — AI Video Editing
5. Claude + Video Generation Models
Best for: UGC ads, faceless channels, high-volume content
Claude Code orchestrates video generation models (Seedance, Kling, Sora, etc.) into a production pipeline.
Claude + Seedance 2.0 pipeline:
Claude Code → writes script → Seedance generates video → Claude assembles final cut
Seedance 2.0 (ByteDance) excels at UGC-style video — authentic-looking user-generated content ads. Native 9:16 vertical, synchronized audio, lip-sync support.
Claude Code as orchestrator:
- Generates the script and shot list
- Calls Seedance API for each shot
- Assembles shots into final video
- Optionally adds captions, transitions, music
Sources:
- Claude + Seedance UGC Video
- 2 Claude Skills for Video Pipeline (JOEY)
- Productive Dude — HeyGen Pipeline
6. Tella — Screen Recording + Claude Editing
Best for: Tutorials, screencasts, educational content
Tella (screen recorder) + Claude Code = automated post-production for recordings.
Tella’s workflow:
- Record in Tella (screen + camera + mic)
- Claude Code takes over: removes silences, filler words, mistakes
- Claude discovers and places relevant memes/images from your files
- Claude generates Remotion motion graphics (titles, lower thirds)
- Claude sources and places sound effects
- Finished video — no manual timeline work
The key differentiator: Claude understands semantic context for cuts, not just silence trimming.
Source: Tella — I Use Claude to Edit Videos
7. Claude Design for Video Assets
Best for: Generating visual assets (lower thirds, transitions, motion graphics)
Claude Design (claude.ai/design) can generate motion graphics as HTML video with green screen backgrounds, which you then:
- Export from Claude Design
- Pass to HyperFrames for rendering
- Drop into Premiere/CapCut with Ultra Key to remove green screen
Prompt pattern:
“Use motion graphics to create assets in a single playable video with a green screen background. Animate everything in and out. Include a lower third title, a ‘what we’re covering’ card, and a wipe transition.”
Sources:
8. Brad Bonanno’s claude-video — Make Claude “Watch” Videos
Best for: Video analysis, Q&A, content repurposing, fact-checking
Not editing per se, but a critical companion skill. The open-source claude-video skill gives Claude the ability to “watch” any video by combining frames + timestamped transcript.
/watch https://youtube.com/watch?v=... → Download → Extract frames → Transcribe → Claude analyzes
Use cases:
- Ask questions about any video
- Tutorial review — extract every command from a coding tutorial
- Meeting analysis — get minutes + decisions from a recording
- Content repurposing — video → blog post, Twitter thread, LinkedIn post
Repo: github.com/bradautomates/claude-video
Source: Brad Bonanno — Claude Code Video Watcher
The Minimal Tool Stack
Across all approaches, 3 tools dominate:
| Tool | Role |
|---|---|
| Claude Code | Automation layer — scripts, orchestrates, generates |
| FFmpeg | Core video processing — cutting, merging, transcoding, frame extraction |
| Whisper | Transcription — captions, timestamped transcripts, analysis |
Everything else (Remotion, HyperFrames, CapCut, DaVinci) is a specialized renderer on top of this foundation.
Source: The ONLY 3 Tools You Need for AI Video
Key Patterns
Tool Coupling
Two free/cheap tools combined > one expensive pro tool. Examples:
- Claude + CapCut > Adobe Premiere
- Claude + Remotion > After Effects
- Claude + Seedance > hiring a UGC creator
The Green Screen Pipeline
- Claude Design generates motion graphics with green background
- HyperFrames renders to video
- Premiere/CapCut removes green with Ultra Key/chroma key
- Result: professional overlays without manual animation
Programmatic Editing
If the editor’s project format is accessible (XML, JSON, DRP), Claude Code can manipulate it directly:
- CapCut project files → Claude edits timeline
- DaVinci Resolve project files → Claude adjusts cuts, grades
- Remotion components → Claude generates React code → rendered to video
Sources in This Wiki
Full Transcripts & Detailed Workflows
- Tella — I Use Claude to Edit Videos (21 min transcript)
- Sandy Lee — Fully Automated Video Pipeline
- Joseph — Claude Edited My Entire YouTube Video
- Productive Dude — Claude + HeyGen Pipeline
Specific Techniques
- Claude + CapCut — 3 Ways
- Claude + CapCut Premium Motion Graphics
- Claude Code Edits CapCut Files Directly
- Matt Loui — Claude + Remotion + CapCut
- Matt Loui — Pro Motion Graphics 2
- Trevor Jones — Claude + CapCut Cheat Code
Frameworks & Libraries
Analysis & Commentary
- Luuk Alleman — Claude Replaced My Video Editor
- Nate Herk — Claude Video Unrecognizable
- Full AI Videos From 1 Prompt
- 4 Claude Video Editing Plugins
- The ONLY 3 Tools You Need
Video Generation
Professional Tools
Claude Video “Watch” Skill
Tags
#ClaudeCode #VideoEditing #HyperFrames #Remotion #CapCut #DaVinciResolve #Seedance #AI #ContentCreation #Automation