返回全部 Skills

remotion-studio

Preview a Remotion video

19

下载量

AI SkillHub 能力展示图

安装方式

命令行安装

在项目根目录执行以下命令,完成 Skill 安装。

npx bzskills add remotion-dev/skills --skill remotion-studio

skill.md

name: remotion-studio
description: Preview a Remotion video
version: 4.0.509

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

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