remotion-studio

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
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.
执行以下命令:
bash
npx remotion studio --no-open
如果Studio已打开,将打印URL并退出命令。 否则,将启动一个长期运行的进程,并打印URL。
在浏览器中打开该URL。

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-new
Start another Studio instance even when one is already running for the same project and port.
参数用途
--log=<level>
设置日志级别为
error
warn
info
(默认)或
verbose
--port=<number>
指定Studio服务器端口;否则Remotion会自动寻找一个空闲端口。
--force-new
即使同一项目和端口已有一个Studio实例在运行,也启动另一个Studio实例。