20 projects
clipwright-render
MCP tool to realize OTIO timelines with FFmpeg. Completes segment extraction, concatenation, and trimming in a single transcode pass.
clipwright-overlay
MCP tool for adding image overlays to an OTIO timeline.
clipwright-sequence
MCP tool for assembling multiple source media files into a single OTIO timeline (multi-source sequence builder).
clipwright-reframe
MCP tool for video reframing and OTIO timeline reframe annotation generation. Annotates a reframe directive (target resolution / fit mode / anchor) to timeline-level metadata for clipwright-render to apply.
clipwright-trim
MCP tool for explicit keep/drop range selection and OTIO timeline generation. Accepts time ranges in seconds and produces a kept-range OTIO timeline compatible with clipwright-render.
clipwright-stabilize
MCP tool for video shake detection using ffmpeg vidstabdetect (requires ffmpeg with libvidstab). Generates a .trf analysis file and writes a stabilize directive to OTIO timeline metadata for use with clipwright-render.
clipwright-color
MCP tool for video brightness detection and OTIO timeline color annotation generation. Measures average luma with ffmpeg signalstats and writes an eq color-correction directive to timeline-level metadata.
clipwright-text
MCP tool for adding text overlays to an OTIO timeline.
clipwright-speed
MCP tool for applying time-warp speed changes to clips in an OTIO timeline.
clipwright-frames
MCP tool for still-frame extraction from video into images, OTIO markers, and a JSON manifest.
clipwright
MCP server group wrapping FFmpeg/OTIO. Provides primitives to manipulate video editing workflows from AI agents.
claude-code-conductor
Multi-agent orchestration framework for Claude Code with Codex/Cursor adapters (C3)
clipwright-scene
MCP tool for shot boundary (scene) detection and OTIO marker generation.
clipwright-silence
MCP tool for silence detection and OTIO timeline generation. Detects silence with ffmpeg silencedetect and generates timeline.otio with clip sequence for regions to keep.
clipwright-bgm
MCP tool to write BGM placement annotations to OTIO timeline. Records BGM volume, fade, and ducking instructions as metadata on A2 Audio track clips, which clipwright-render realizes as a mix.
clipwright-noise
MCP tool for noise detection and OTIO timeline annotation generation. Measures noise floor with ffmpeg astats and writes denoise instructions to timeline.otio.
clipwright-transcribe
MCP tool to transcribe audio/video files with whisper.cpp binary and generate SRT/VTT captions and OTIO timeline.
clipwright-loudness
MCP tool for audio loudness normalization detection and OTIO timeline annotation generation. Measures loudness with ffmpeg loudnorm/volumedetect and writes loudness instructions to timeline-level metadata.
clipwright-wrap
MCP tool to format subtitle file (SRT/VTT) text at phrase boundaries with line wrapping using BudouX.
parallel-orchestra
Run Claude Code agents in parallel from a YAML-frontmatter Markdown manifest, with git worktree isolation for write tasks.