22 projects
claude-code-conductor
Multi-agent orchestration framework for Claude Code with Codex/Cursor adapters (C3)
clipwright
MCP server group wrapping FFmpeg/OTIO. Provides primitives to manipulate video editing workflows from AI agents.
clipwright-render
MCP tool to realize OTIO timelines with FFmpeg. Completes segment extraction, concatenation, and trimming in a single transcode pass.
clipwright-speed
MCP tool for applying time-warp speed changes to clips in an 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-scene
MCP tool for shot boundary (scene) detection and OTIO marker generation.
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-color
MCP tool for video color analysis and OTIO color-directive generation: measures average luma and derives auto white balance via gray-world chroma (UAVG/VAVG), accepts caller saturation/contrast/gamma and temperature/tint overrides, and stores an optional caller-supplied .cube 3D-LUT path in the OTIO color directive.
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-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-export
MCP tools that export OTIO timelines to NLE exchange formats (EDL/FCPXML) and chapter sidecars (YouTube/ffmetadata).
clipwright-sequence
MCP tool for assembling multiple source media files into a single OTIO timeline (multi-source sequence builder).
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-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-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-overlay
MCP tool for adding image overlays to an OTIO timeline.
clipwright-frames
MCP tool for still-frame extraction from video into images, OTIO markers, and a JSON manifest.
clipwright-wrap
MCP tool to insert subtitle (SRT/VTT) line breaks: phrase-boundary wrapping for CJK/Thai (BudouX) and word wrapping for space-delimited (Latin) languages.
clipwright-text
MCP tool for adding text overlays to an OTIO timeline.
clipwright-transition
MCP tool for adding transition directives (fade, dissolve, fadeblack, fadewhite) to an OTIO timeline for realisation by clipwright-render.
parallel-orchestra
Run Claude Code agents in parallel from a YAML-frontmatter Markdown manifest, with git worktree isolation for write tasks.