Chapter 91: npx remotion bundle
Core Idea
_available from v4. 0.
Key Concepts
- Flags
- --config
- --log
- --public-dir
- --out-dir
- --public-path<AvailableFrom v="4.0.127"/>
- --disable-git-source<AvailableFrom v="4.0.182" />
- --rspack<AvailableFrom v="4.0.502" />
Code Examples
npx remotion bundle <serve-url|entry-file>?
- What it demonstrates: Usage pattern for npx remotion bundle from the official docs.
Key Takeaways
- Understand flags when working with npx remotion bundle.
- Understand --config when working with npx remotion bundle.
- Understand --log when working with npx remotion bundle.
- Understand --public-dir when working with npx remotion bundle.
- Understand --out-dir when working with npx remotion bundle.
Connects To
- Authoring Packages: related page in the CLI & Bundling section.
- Bundle: related page in the CLI & Bundling section.
- Bundler: related page in the CLI & Bundling section.