Generate template-based lower thirds from a CSV
何时使用: You have a CSV of names/titles and don't want to type each into a comp.
前置条件
- After Effects 2022+ with the bridge panel installed — npm run install-bridge, then open mcp-bridge-auto.jsx and tick 'Auto-run commands'
- MCP added via .mcp.json — Point to build/index.js and restart your client
步骤
-
Create the base compCreate a composition 'LT_01' 1920x1080 29.97 5s black background.✓ 已复制→ Comp appears in AE
-
Add name + title text layersAdd text layer 'Dr. Jane Doe' bottom-left at (120, 900) 72pt. Add text layer 'Lead Scientist' below at (120, 960) 36pt.✓ 已复制→ Layers visible
-
Add in/out animation with keyframesSet position keyframes: both text layers slide in from x=-400 between frames 0-15 and slide out from frames 120-135.✓ 已复制→ Animated lower third
结果: A working lower third template you can duplicate/edit per row in the CSV.
注意事项
- Bridge panel isn't checked 'Auto-run' — commands queue forever — Open the panel and verify the checkbox every time AE relaunches
- Too many commands at once causes AE UI freeze — Batch via batchSetLayerProperties rather than 100 individual calls