29 lines
488 B
Markdown
29 lines
488 B
Markdown
---
|
|
name: remotion-render
|
|
description: Export a Remotion video
|
|
metadata:
|
|
tags: remotion, render
|
|
---
|
|
|
|
## General rendering strategy
|
|
|
|
Render a video using:
|
|
|
|
```
|
|
npx remotion render
|
|
```
|
|
|
|
Full list of options: https://www.remotion.dev/docs/cli/render.md
|
|
|
|
Render a still using:
|
|
|
|
```
|
|
npx remotion still
|
|
```
|
|
|
|
Full list of options: https://www.remotion.dev/docs/cli/still.md
|
|
|
|
## Transparent videos
|
|
|
|
See [Transparent videos](./transparent-videos.md) for rendering out a video with transparency.
|