Elevate Remotion visibility in README and provider guide

Remotion is the key fallback when no video gen APIs are configured —
the agent generates images and Remotion animates them into video.
Updated README Composition section and added full Remotion section
to PROVIDERS.md with component list and activation rules.
This commit is contained in:
calesthio
2026-03-29 09:48:07 -07:00
parent 8d1920cf24
commit d063c3f46d
2 changed files with 52 additions and 6 deletions
+5 -5
View File
@@ -108,11 +108,11 @@ Edit your own talking-head footage. Generate a fully animated explainer from scr
| **Talking Head** | SadTalker / MuseTalk avatar animation |
| **Lip Sync** | Wav2Lip audio-driven lip synchronization |
### Composition Engine
| Engine | What It Does |
|--------|-------------|
| **FFmpeg** | Core video assembly, encoding, subtitle burn |
| **Remotion** | React-based programmatic video — animated text cards, stat cards, charts, spring physics transitions |
### Composition & Rendering
| Engine | Type | What It Does |
|--------|------|-------------|
| **Remotion** | Local (Node.js) | React-based programmatic video — animated text cards, stat cards, charts, spring physics transitions, image-to-video with motion. **When no video generation providers are configured, the agent generates still images and Remotion turns them into fully animated video.** |
| **FFmpeg** | Local | Core video assembly, encoding, subtitle burn, audio muxing, color grading |
---