Documentation
README
Media Workflow Packaging
Package a real-person 16:9 talking-head video. Preserve the presenter and spoken content; add information hierarchy around them.
Dependencies
Require:
- Node.js 20+ and npm
- FFmpeg and ffprobe
- A Chromium browser supported by Remotion
- A transcript, or a local transcription tool such as Whisper
Do not require an API key. Do not upload private media to an external service unless the user explicitly authorizes it.
Resolve bundled scripts and assets relative to the directory containing this SKILL.md. Never assume a Codex-, Claude Code-, or vendor-specific installation root.
Create the project
Inspect the source first:
ffprobe -v error -show_entries format=duration -show_entries stream=width,height,r_frame_rate -of json <source-video>
This is the opening of the README. Read the full README on GitHub.