video-editing

Solid

Video editing pipeline: cut footage, assemble clips via FFmpeg and Remotion.

AI & Automation 392 stars 36 forks Updated today MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
86
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Video Editing Skill ## Overview This skill implements a **6-layer pipeline** where AI handles judgment tasks (what to keep, what to cut, highlight selection) and FFmpeg/Remotion handle mechanical execution deterministically. | Layer | Name | Mechanism | Primary Tool | |-------|------|-----------|-------------| | 1 | CAPTURE | Inventory source footage | Bash + Glob | | 2 | AI STRUCTURE | Transcript to EDL | LLM judgment | | 3 | FFMPEG CUTS | EDL to segment files | FFmpeg (deterministic) | | 4 | REMOTION COMPOSITION | Segments to TSX composition | Remotion + TypeScript | | 5 | AI GENERATION | Fill gaps with generated assets | ElevenLabs / fal.ai (conditional) | | 6 | FINAL POLISH | Human taste layer | Human + NLE | --- ## Reference Loading Table | Signal | Load These Files | Why | |---|---|---| | `references/preflight.md` | `preflight.md` | Before Phase 1 | | `references/phase-commands.md` | `phase-commands.md` | Each phase | | `references/errors.md` | `errors.md` | Error Handling | | `references/ffmpeg-commands.md` | `ffmpeg-commands.md` | Phase 3, Proxy | | `references/remotion-scaffold.md` | `remotion-scaffold.md` | Phase 4 | ## Instructions ### Preflight (Run before Phase 1) **Hard requirements** (BLOCK if missing): `ffmpeg` (all phases), `node` (Remotion / npx). **Soft requirements** (WARN if missing): `remotion` (only required for Phase 4). Preflight script (dependency checks, install hints, exit codes): `references/preflight.md`. --- ## Phase 1: CAPTURE **...

Details

Author
notque
Repository
notque/vexjoy-agent
Created
2 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category