waseemnasir2k26

AI Video Editor — AI skill for Claude Code

AI community

AI video editor - turn raw footage into multiple professionally edited versions from prompts.

How to install AI Video Editor

This entry records only its repository, not the path inside it, so there is no exact command to give. Open waseemnasir2k26/ai-video-editor and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What AI Video Editor does

AI video editor - turn raw footage into multiple professionally edited versions from prompts. Color grading, zoom punches, speed ramps, flash-cut transitions, royalty-free music beds, and TikTok-style word-by-word captions. Claude Code + FFmpeg + Python + pycaps.

Alternatives in AI

  • System Prompts Leaks — Extracted system prompts from ChatGPT (GPT-5.4, GPT-5.3, Codex), Claude (Opus 4.6, Sonnet 4.6, Claude Code), G 38.6k ★
  • Optimization — ai-research-skills AWQ, GPTQ, GGUF, Flash Attention, bitsandbytes 5.4k ★
  • Jcodemunch MCP — Cut AI token costs 95%+ on code exploration 2.6k ★

README

AI Video Editor

Professional multi-version video editing pipeline powered by **Claude Code + FFmpeg + Python + pycaps**.

Turn raw footage into multiple professional edits using nothing but AI prompts.

What It Does

Takes a raw video and produces multiple professionally edited versions with:

  • Color grading (bright energy, cinematic warm, clean natural)
  • Zoom punches (simulated camera cuts via crop + upscale)
  • Speed ramping (0.5x slow-mo to 1.5x fast)
  • Transitions (white flash cuts, smooth crossfades)
  • Royalty-free music (auto-mixed with fades)
  • Animated captions (TikTok/Reels-style word-by-word via pycaps)

Quick Start

# Install dependencies
pip install pycaps fpdf2

# FFmpeg must be installed and in PATH
# https://ffmpeg.org/download.html

# In Claude Code, just type:
/video-edit

Then give it your video file path and describe what you want.

Scripts

Script Purpose
energy_edit.py Single high-energy edit (zoom punches, flash cuts, hip-hop)
three_versions.py 3 versions at once (breakbeat, cinematic, soul)
create_pdf.py Generate lead magnet PDF guide
config.py Shared presets (color grades, zoom levels, speed ramps)

Edit Styles

Breakbeat Energy

Fast cuts (1-2s each), aggressive zoom punches, white flash transitions, breakbeat music. Speed: 0.5x-1.5x.

Cinematic Epic

Longer clips (4-8s), heavy slow-motion (0.5x-0.85x), smooth crossfades, orchestral music.

Clean Soul

Medium clips (3-5s), gentle zooms, smooth crossfades, soul/lo-fi music. Natural feel.

Hip-Hop Energy

Mixed speed ramping, tight crops, flash cuts, hip-hop track. High contrast.

Color Grade Presets

ENERGY    = "eq=brightness=0.06:contrast=1.15:saturation=0.90,colorbalance=rs=0.06:gs=0.02:bs=-0.04,unsharp=5:5:0.5"
CINEMATIC = "eq=brightness=0.04:contrast=1.10:saturation=0.82,colorbalance=rs=0.08:gs=0.03:bs=-0.03,unsharp=3:3:0.4"
CLEAN     = "eq=brightness=0.0