Welcome to your Remotion project!
Install Dependencies
npm installStart Preview
npm startRender video
npm run buildUpgrade Remotion
npm run upgradeThis 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.
Notice that for some entities a company license is needed. Read the terms here.