一键导入
multi-deliver
Render multiple deliverables from one DaVinci Resolve timeline in a single batch — YouTube, Instagram, broadcast, ProRes master, etc.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Render multiple deliverables from one DaVinci Resolve timeline in a single batch — YouTube, Instagram, broadcast, ProRes master, etc.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Bump the package version in pyproject.toml and publish to PyPI. Handles version increment, git tag, build, and upload in one step.
Project conventions and patterns for resolve-mcp development. Explains tool registration, error handling, module organization, and naming rules.
AI-powered color grading assistant. Exports the current frame in sRGB, visually analyzes it, and makes CDL adjustments directly on the Color page nodes. Works regardless of project color space (HDR, P3, ACES, etc.) because the frame is converted to sRGB for analysis — the color space LLMs are trained on.
Match the color grade of the current DaVinci Resolve timeline frame to a reference image. Exports both in sRGB, visually compares them, and adjusts CDL nodes to match the reference look.
Archive a DaVinci Resolve project — export the .drp project file, media list, timeline markers, render queue status, and editorial notes as a complete archive package.
Paste timecoded client feedback or review notes and auto-create color-coded markers on the DaVinci Resolve timeline at each timecode.
| name | multi-deliver |
| description | Render multiple deliverables from one DaVinci Resolve timeline in a single batch — YouTube, Instagram, broadcast, ProRes master, etc. |
| disable-model-invocation | true |
Queue multiple render jobs from the same timeline and render them all. One command for all your deliverables.
The user lists the formats they need, separated by commas, +, or and.
Use these presets (same as /deliver skill):
| Preset | Format | Codec | Resolution |
|---|---|---|---|
youtube | MP4 | H.264 | 1920x1080 |
youtube 4k | MP4 | H.265 | 3840x2160 |
instagram | MP4 | H.264 | 1080x1080 |
instagram reel / reel / tiktok | MP4 | H.264 | 1080x1920 |
h265 4k / 4k | MP4 | H.265 | 3840x2160 |
h265 1080 / 1080 | MP4 | H.265 | 1920x1080 |
h264 1080 | MP4 | H.264 | 1920x1080 |
prores | QuickTime | ProRes 422 | Timeline res |
prores hq | QuickTime | ProRes 422 HQ | Timeline res |
prores proxy | QuickTime | ProRes 422 Proxy | Timeline res |
dnxhd | MXF | DNxHD | Timeline res |
broadcast | MXF | DNxHR | 1920x1080 |
resolve_set_render_format_and_codec to set format and codec
b. Use resolve_set_render_settings to set resolution and other settings
c. Append a CustomName suffix to differentiate outputs (e.g., TimelineName_youtube, TimelineName_instagram)
d. If the user specified an output directory, set TargetDir
e. Use resolve_add_render_job to queue the jobresolve_start_render to begin (renders all queued jobs)resolve_get_render_status and resolve_list_render_jobs until all jobs completeUser: /multi-deliver youtube + instagram reel + prores hq
→ Queues 3 render jobs (H.264 1080p, H.264 1080x1920, ProRes HQ), renders all, reports results.
User: /multi-deliver youtube, 4k, prores to /Volumes/Exports/
→ Queues 3 jobs to specified directory.
User: /multi-deliver all social
→ Queues: youtube (1080p), instagram (square), instagram reel (vertical), tiktok (vertical)
User: /multi-deliver broadcast + youtube 4k + prores hq
→ Queues broadcast MXF, YouTube 4K H.265, and ProRes HQ master.