Skip to content

Latest commit

 

History

History
68 lines (46 loc) · 1.65 KB

README.md

File metadata and controls

68 lines (46 loc) · 1.65 KB

Remotion video

Animated Remotion Logo

Welcome to your Remotion project!

Commands

Install Dependencies

npm install

Start Preview

npm run dev

Render video

npx remotion render

Upgrade Remotion

npx remotion upgrade

Using server-side rendering

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),
});

Docs

Get started with Remotion by reading the fundamentals page.

Help

We provide help on our Discord server.

Issues

Found an issue with Remotion? File an issue here.

License

Note that for some entities a company license is needed. Read the terms here.