Cloud rendering lets you export videos without needing Chromium or ffmpeg installed locally. Your project is bundled, uploaded, and rendered on hosted infrastructure using Remotion Lambda.Documentation Index
Fetch the complete documentation index at: https://docs.open-animate.com/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Cloud rendering requires authentication. Run
oanim login first, or set ANIMATE_API_KEY.How it works
Remotion bundles your project locally (
remotion bundle), creating a static site with your compositions.The platform renders your composition on AWS Lambda using Remotion’s distributed rendering. Your
animate.json settings (resolution, codec, fps, props) are applied.Options
All standardoanim render flags work with --cloud:
Output
On success:When to use cloud rendering
| Scenario | Recommendation |
|---|---|
| Local development | Use local oanim render for fast iteration |
| CI/CD pipelines | Use --cloud to avoid installing Chromium in CI |
| Machines without ffmpeg | Use --cloud |
| Long/complex compositions | Use --cloud for better hardware |
| Quick previews | Use local render |
Pricing
Cloud rendering is billed based on render duration and resolution. Check your current balance withoanim usage and purchase credits with oanim billing buy. See Credits & Billing for details.