Back to Remotion

Remotion video

packages/template-skia/README.md

4.0.4571.7 KB
Original Source

Remotion video

<p align="center"> <a href="https://github.com/remotion-dev/logo"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://github.com/remotion-dev/logo/raw/main/animated-logo-banner-dark.apng">
</picture>
</a> </p>

Welcome to your Remotion project!

Commands

Install Dependencies

console
npm install

Start Preview

console
npm run dev

Render video

console
npx remotion render

Upgrade Remotion

console
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):

ts
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.