Back to Remotion

npx remotion bundle

packages/docs/docs/cli/bundle.mdx

4.0.465906 B
Original Source

available from v4.0.89

Creates a Remotion Bundle on the command line.
Equivalent to the bundle() Node.JS API.

bash
npx remotion bundle <serve-url|entry-file>?

You may pass a Serve URL or an entry point as the first argument, otherwise the entry point will be determined.

Flags

--config

<Options id="config" />

--log

<Options id="log" />

--public-dir

<Options id="public-dir" />

--out-dir

<Options id="out-dir" />

--public-path<AvailableFrom v="4.0.127"/>

<Options id="public-path" />

--disable-git-source<AvailableFrom v="4.0.182" />

<Options id="disable-git-source" />

--experimental-rspack<AvailableFrom v="4.0.426" />

<Options id="experimental-rspack" />