packages/docs/docs/cli/compositions.mdx
Print list of composition IDs based on a path of an entry point.
npx remotion compositions <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.
--props:::note
Inline JSON string isn't supported on Windows shells because it removes the " character, use a file name instead.
:::
--config--env-file<AvailableFrom v="2.2.0" />--bundle-cache--logSet the log level. Increase or decrease the amount of output. Acceptable values: error, warn, info (default), verbose
:::info
If you don't feel like passing command line flags every time, consider creating a remotion.config.ts config file.
:::
--port--public-dir<AvailableFrom v="3.2.13" />--timeoutDefine how long it may take to resolve all delayRender() calls before the composition fetching times out in milliseconds. Default: 30000.
:::info
Not to be confused with the --timeout flag when deploying a Lambda function.
:::
--ignore-certificate-errors--disable-web-security--disable-headless--dark-mode<AvailableFrom v="4.0.381"/>--enable-multiprocess-on-linux<AvailableFrom v="4.0.42"/>--user-agent<AvailableFrom v="3.3.83"/>--media-cache-size-in-bytes<AvailableFrom v="4.0.352"/>--offthreadvideo-cache-size-in-bytes<AvailableFrom v="4.0.23"/>--offthreadvideo-video-threads<AvailableFrom v="4.0.261"/>--binaries-directory<AvailableFrom v="4.0.120" />--chrome-mode<AvailableFrom v="4.0.248" />--quiet, --qOnly prints the composition IDs, separated by a space.
--ffmpeg-executableremoved in v4.0
Set a custom ffmpeg executable. If not defined, a ffmpeg executable will be searched in PATH.
--ffprobe-executableremoved in v4.0
Set a custom ffprobe executable. If not defined, a ffprobe executable will be searched in PATH.