Distributed Rendering Platform for Remotion
Faster than single-server rendering, cheaper than Remotion Lambda. No infrastructure to setup or manage.
Fast and flexible integration
Seamlessly integrate our API into your project. Whether you're using JavaScript, TypeScript, or plain HTTP, we've got you covered.
import { createClient } from "@rendermotion/sdk";
const rendermotion = createClient({ apiKey: "YOUR_API_KEY", remotionVersion: "4.0.220" });
const result = await rendermotion.renderMedia({
composition: "YourComposition", // Your composition id
serveUrl: "https://your-remotion-site.com/", // This could be your existing Remotion Lambda site
webhookUrl: "https://your-webhook-url.com/", // We'll call this URL when the render is complete
inputProps: { }, // Your composition input props
settings: { // Render settings like codec, bitrate, etc.
codec: "h265",
crf: 12,
},
});
// Final API might be different.
POST https://api.rendermotion.io/{REMOTION_VERSION}/render-media
Content-Type: application/json
Authorization: Bearer YOUR_API_KEY
{
"composition": "YourComposition", // Your composition id
"serveUrl": "https://your-remotion-site.com/", // This could be your existing Remotion Lambda site
"webhookUrl": "https://your-webhook-url.com/", // We'll call this URL when the render is complete
"inputProps": { }, // Your composition input props
"settings": { // Render settings like codec, bitrate, etc.
"codec": "h265",
"crf": 12,
}
}
// Final API might be different.
Three easy steps
Deploy your Remotion site
Use your existing setup on AWS S3, or let us handle hosting with a single method call.
Initiate the render
Easily trigger renders with our simple SDK and API—no complex configurations required.
Download your video
Get a direct download URL in your webhook payload, ready for immediate use.
Frequently Asked Questions
What is Rendermotion, and how is it different from Lambda?
How much cheaper than Remotion Lambda?
When will the private beta launch, and how can I participate?
What do I need to join the private beta?
Will there be any costs during the beta?
What features will be available during the beta?
How can I provide feedback during the beta?
Do I need prior experience with Remotion?
Render more, pay less with our distributed cloud platform
Reduce your Remotion rendering costs and scale seamlessly with our distributed cloud environment—built to handle any workload, big or small.