packages/docs/docs/cli/studio.mdx
Alias: npx remotion preview
Start the Remotion Studio.
npx remotion studio <entry-point>?
You may pass an entry point as an argument, otherwise it will be determined.
--props:::note
Inline JSON string isn't supported on Windows shells because it removes the " character, use a file name instead.
:::
--config<AvailableFrom v="1.2.0" />--env-file<AvailableFrom v="2.2.0" />--logSet the log level. Increase or decrease the amount of output. Acceptable values: error, warn, info (default), verbose
--port--public-dir<AvailableFrom v="3.2.13" />--disable-keyboard-shortcuts<AvailableFrom v="3.2.11" />--enable-experimental-client-side-rendering<AvailableFrom v="4.0.387" />--allow-html-in-canvas<AvailableFrom v="4.0.447" />--experimental-rspack<AvailableFrom v="4.0.426" />--webpack-poll<AvailableFrom v="3.3.11" />--no-open<AvailableFrom v="3.3.19" />--browser<AvailableFrom v="3.3.79" />You can also configure the browser via environment variables for backwards compatibility:
BROWSER behaves like the --browser flag.BROWSER_ARGS behaves like the --browser-args flag.BROWSER=none disables auto-opening of the browser (equivalent to --no-open).--browser-args<AvailableFrom v="3.3.79" />A set of command line flags that should be passed to the browser. Pass them like this:
npx remotion studio --browser-args="--disable-web-security"
--beep-on-finish<AvailableFrom v="4.0.84" />Plays a beep sound when the video is finished rendering. This is useful if you are rendering a video in the background and want to be notified when it is finished.
npx remotion studio --beep-on-finish
--ipv4<AvailableFrom v="4.0.125" />npx remotion studio --ipv4
--number-of-shared-audio-tags<AvailableFrom v="3.3.2" />npx remotion studio --number-of-shared-audio-tags=5
--cross-site-isolation<AvailableFrom v="4.0.364" />Enable Cross-Site Isolation in the Studio.
npx remotion studio --enable-cross-site-isolation
--disable-ask-ai<AvailableFrom v="4.0.407" />Disable the Ask AI modal in the Studio.
npx remotion studio --disable-ask-ai
--force-new<AvailableFrom v="4.0.421" />npx remotion studio --force-new
--public-license-key<AvailableFrom v="4.0.398" />npx remotion studio --public-license-key="your-license-key"
--experimental-visual-mode<AvailableFrom v="4.0.428" />npx remotion studio --experimental-visual-mode