Chapter 92: npx remotion compositions
Core Idea
<AvailableFrom v="2. 6.
Key Concepts
- Flags
- --props
- --config
- --env-file<AvailableFrom v="2.2.0" />
- --bundle-cache
- --log
- --port
- --public-dir<AvailableFrom v="3.2.13" />
Code Examples
npx remotion compositions <serve-url|entry-file>?
- What it demonstrates: Usage pattern for npx remotion compositions from the official docs.
Key Takeaways
- Understand flags when working with npx remotion compositions.
- Understand --props when working with npx remotion compositions.
- Understand --config when working with npx remotion compositions.
- Understand --env-file<availablefrom v="2.2.0" /> when working with npx remotion compositions.
- Understand --bundle-cache when working with npx remotion compositions.
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.