# Remotion Studio

> Preview a Remotion video

- Skill: `remotion-dev/remotion-studio` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds add remotion-dev/remotion-studio`
- Raw SKILL.md: https://api.skillmd.com/api/skills/remotion-dev/remotion-studio/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Remotion (https://skillmd.com/u/remotion-dev)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/remotion-dev/remotion-studio

---


Execute the following command:

```bash
npx remotion studio --no-open
```

If the Studio is already opened, the URL will be printed and the command will exit.
Otherwise, a long-running process will start, and the URL will be printed.

Open the URL in the browser.

## Useful flags

| Argument          | Purpose                                                                                       |
| ----------------- | --------------------------------------------------------------------------------------------- |
| `--log=<level>`   | Set `error`, `warn`, `info` (default), or `verbose` logging.                                  |
| `--port=<number>` | Request a Studio server port; otherwise Remotion finds a free port.                           |
| `--force-new`     | Start another Studio instance even when one is already running for the same project and port. |

