@remotion/vercelv4.0.425
Render Remotion videos on Vercel Sandbox.
- Remotion CLI
- npm
- bun
- pnpm
- yarn
npx remotion add @remotion/vercel
This assumes you are currently using v4.0.424 of Remotion.npm i --save-exact @remotion/vercel@4.0.424
Also update
remotion and all `@remotion/*` packages to the same version.Remove all
^ character in front of the version numbers of it as it can lead to a version conflict.This assumes you are currently using v4.0.424 of Remotion.pnpm i @remotion/vercel@4.0.424
Also update
remotion and all `@remotion/*` packages to the same version.Remove all
^ character in front of the version numbers of it as it can lead to a version conflict.This assumes you are currently using v4.0.424 of Remotion.bun i @remotion/vercel@4.0.424
Also update
remotion and all `@remotion/*` packages to the same version.Remove all
^ character in front of the version numbers of it as it can lead to a version conflict.This assumes you are currently using v4.0.424 of Remotion.yarn --exact add @remotion/vercel@4.0.424
Also update
remotion and all `@remotion/*` packages to the same version.Remove all
^ character in front of the version numbers of it as it can lead to a version conflict.This package requires @vercel/sandbox and @vercel/blob as peer dependencies:
npm i @vercel/sandbox @vercel/blobAPIs
createSandbox()
Create a sandbox with Remotion installed
saveSnapshot()
Snapshot a sandbox and save to Vercel Blob
restoreSnapshot()
Restore a sandbox from a cached snapshot
renderVideoOnVercel()
Render a video in a sandbox
renderStillOnVercel()
Render a still image in a sandbox
uploadToVercelBlob()
Upload a file from the sandbox to Vercel Blob
Types
TypeScript types reference