Agent Skills: remotion-studio

Preview a Remotion video

UncategorizedID: remotion-dev/remotion/remotion-studio

Repository

remotion-devLicense: NOASSERTION
58,9764,495

Install this agent skill to your local

pnpm dlx add-skill https://github.com/remotion-dev/remotion/tree/HEAD/packages/skills/skills/remotion-studio

Skill Files

Browse the full folder contents for remotion-studio.

Download Skill

Loading file tree…

packages/skills/skills/remotion-studio/SKILL.md

Skill Metadata

Name
remotion-studio
Description
Preview a Remotion video

Execute the following command:

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