Import Render Templates and Code Templates

May 2, 2026 ยท View on GitHub

Legacy CLI walkthrough. Keep this for template migration reference, but new agent-facing docs should prefer skill and harness examples.

Content Machine supports:

  • Render templates (data-only): select a Remotion composition + provide render defaults.
  • Code templates (trusted mode): render templates that also ship a Remotion project.

When importing or editing a Remotion code template, use motion-design-coder to review animation clocks, interpolation bounds, seeded randomness, caption safe zones, and frame samples before promoting the template.

Canonical terminology (generated): docs/reference/GLOSSARY.md

Import a Remotion template repo as a code template

cm templates import https://www.remotion.dev/templates/tiktok --id remotion-tiktok

cm render -i visuals.json --audio audio.wav --timestamps timestamps.json \
  --template remotion-tiktok --allow-template-code -o out/video.mp4

Docs: