$npx -y skills add remotion-dev/remotion --skill remotion-renderBest practices for rendering videos
| 1 | ## General rendering strategy |
| 2 | |
| 3 | Render a video using: |
| 4 | |
| 5 | ``` |
| 6 | npx remotion render |
| 7 | ``` |
| 8 | |
| 9 | Full list of options: https://www.remotion.dev/docs/cli/render.md |
| 10 | |
| 11 | Render a still using: |
| 12 | |
| 13 | ``` |
| 14 | npx remotion still |
| 15 | ``` |
| 16 | |
| 17 | Full list of options: https://www.remotion.dev/docs/cli/still.md |
| 18 | |
| 19 | ## Transparent videos |
| 20 | |
| 21 | See [Transparent videos](./transparent-videos.md) for rendering out a video with transparency. |