feat: add MCP timeline MP4 rendering - #13
Merged
Merged
Conversation
Render authoritative Editor timelines through MCP, invalidate stale render pointers after edits, and keep existing Canvas timeline cards synchronized through the shared Command Kernel.
Align the English, Chinese, and Japanese product documentation plus Agent integration skills with the 27-tool MCP catalog and the new authoritative MP4 export workflow.
Keep project guidance and third-party notices explicit that browser export stays FFmpeg-free while optional MCP rendering uses user-provided ffmpeg and ffprobe.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
bdesign_editor_renderas the 27th BeatDesign MCP tool for authoritative Timeline-to-MP4 renderingTest coverage
Real MCP verification
Using the existing BeatDesign promotion-video project:
bdesign_editor_editbdesign_editor_renderThe generated file was verified as 1080x1920 H.264 with AAC stereo audio.
Pre-landing review
Two issues were found and fixed before commit:
ffmpeg/ffprobestartup errors from unrelated Asset persistence failuresNo remaining blocking findings.
Security
pnpm audit --prod --audit-level high: no known vulnerabilitiesVerification
pnpm typecheckpnpm testpnpm i18n:checkpnpm buildgit diff --checkGitHub CI status is intentionally left to the PR checks after creation.
Current boundary
Browser-native MP4 export still requires no system FFmpeg. MCP/Node rendering requires
ffmpegandffprobeonPATH, or explicitBEATDESIGN_FFMPEGandBEATDESIGN_FFPROBEpaths.Plan completion
No separate plan file was used; the implementation follows the repository product, architecture, provider, design, and release-scope documents.
TODOs
No repository TODO items were modified.
Documentation
README.md,README.zh-CN.md, andREADME.ja.md: updated the public MCP catalog to 27 tools and added authoritative Timeline MP4 rendering.docs/MCP.md: documented the render workflow, revision behavior, output Asset, and localffmpeg/ffproberequirements.docs/PRODUCT_PLAN_AND_STATUS.md: aligned shipped capability and remaining headless-worker boundaries.AGENTS.mdandthird_party/README.md: clarified that browser export remains FFmpeg-free while optional MCP rendering uses user-provided binaries.CHANGELOG.md: recorded MCP rendering and stale-render synchronization under Unreleased.