Welcome to your Remotion project!
Install Dependencies
npm install
Start Preview
npm run dev
Render video
npx remotion render
Upgrade Remotion
npx remotion upgrade
This template uses a custom Webpack override. If you are using server-side rendering, you need to import enableSkia
from @remotion/skia/enable
and pass it to bundle()
(if using SSR) and deploySite()
(if using Lambda):
bundle(entry, () => undefined, {
webpackOverride: (config) => enableSkia(config),
});
// or
deploySite({
webpackOverride: (config) => enableSkia(config),
});
Get started with Remotion by reading the fundamentals page.
We provide help on our Discord server.
Found an issue with Remotion? File an issue here.
Note that for some entities a company license is needed. Read the terms here.