claudegoodies
Skill

video-editing

From affaan-m

AI-assisted video editing workflows for cutting, structuring, and augmenting real footage. Covers the full pipeline from raw capture through FFmpeg, Remotion, ElevenLabs, fal.ai, and final polish in Descript or CapCut. Use when the user wants to edit video, cut footage, create vlogs, or build video content.

Guides a multi-tool pipeline (FFmpeg, Remotion, ElevenLabs, fal.ai) for editing real footage into finished video.

Use it when

  • Cutting long raw recordings into short-form vlogs or clips
  • Scaffolding FFmpeg commands or Remotion overlay compositions from a transcript
  • Adding voiceover (ElevenLabs) or generated music/SFX (fal.ai) to existing footage
  • Reframing or restructuring footage for YouTube, TikTok, or Instagram

Skip it if

  • You want AI to generate a whole video from a prompt, not edit real footage
  • You don't want to install/run FFmpeg or a Remotion project locally
  • You need voiceover or generated assets without paying for ElevenLabs/fal.ai API keys

Facts

Repository
affaan-m/ECC
Status
Actively maintained
Last commit

Source preview

The instructions Claude Code reads when this skill runs.

# Video Editing

AI-assisted editing for real footage. Not generation from prompts. Editing existing video fast.

## When to Activate

- User wants to edit, cut, or structure video footage
- Turning long recordings into short-form content
- Building vlogs, tutorials, or demo videos from raw capture
- Adding overlays, subtitles, music, or voiceover to existing video
- Reframing video for different platforms (YouTube, TikTok, Instagram)
- User says "edit video", "cut this footage", "make a vlog", or "video workflow"

## Core Thesis

AI video editing is useful when you stop asking it to create the whole video and start using it to compress, structure, and augment real footage. The value is not generation. The value is compression.

## The Pipeline

```
Screen Studio / raw footage
  → Claude / Codex
  → FFmpeg
  → Remotion
  → ElevenLabs / fal.ai
  → Descript or CapCut
```

Each layer has a specific job. Do not skip layers. Do not try to make one tool do everything.

## Layer 1: Capture (Screen Studio / Raw Footage)

Collect the source material:
- **Screen Studio**: polished screen recordings for app demos, coding sessions, browser workflows
- **Raw camera footage**: vlog footage, interviews, event recordings
- **Desktop capture via VideoDB**: session recording with real-time context (see `videodb` skill)

Output: raw files ready for organization.

## Layer 2: Organization (Claude 
View full source on GitHub →

Other skills