packages/docs/docs/lambda/cli/compositions.mdx
Print list of composition IDs from a serve URL, fetched from inside a Lambda function.
npx remotion lambda compositions <serve-url>
sites create command or by calling deploySite().cancel-render 30 920x720 100 (3.33 sec)
iframe 30 1080x1080 10 (0.33 sec)
stagger-test 30 1280x720 100 (3.33 sec)
freeze-example 30 1280x720 300 (10.00 sec)
base-spring 30 1080x1080 100 (3.33 sec)
spring-with-duration 30 1080x1080 100 (3.33 sec)
missing-img 30 1080x1080 10 (0.33 sec)
ten-frame-tester 30 1080x1080 10 (0.33 sec)
framer 30 1080x1080 100 (3.33 sec)
skip-zero-frame 30 1280x720 100 (3.33 sec)
scripts 30 1280x720 100 (3.33 sec)
many-audio 30 1280x720 30 (1.00 sec)
error-on-frame-10 30 1280x720 1000000 (33333.33 sec)
wrapped-in-context 1280x720 Still
drop-dots 30 1080x1080 5400 (180.00 sec)
remotion lambda compositions vs. remotion compositionsYou can also get the compositions of a site that is hosted on S3 locally using npx remotion compositions.
Vice versa, you can also get the compositions from a Serve URL that is not hosted on AWS Lambda using npx remotion lambda compositions.
You should use npx remotion lambda compositions if you cannot use npx remotion compositions because the machine cannot run Chrome.
--props:::note
Inline JSON string isn't supported on Windows shells because it removes the " character, use a file name instead.
:::
--config--env-file--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.
:::
--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-errorsResults in invalid SSL certificates in Chrome, such as self-signed ones, being ignored.
--disable-web-securityThis will most notably disable CORS in Chrome among other security features.
--dark-mode<AvailableFrom v="4.0.381"/>--disable-headless--quiet, --qOnly prints the composition IDs, separated by a space.
--force-bucket-name<AvailableFrom v="3.3.42" />Specify a specific bucket name to be used. This is not recommended, instead let Remotion discover the right bucket automatically.
--user-agent<AvailableFrom v="3.3.83"/>Lets you set a custom user agent that the headless Chrome browser assumes.
--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"/>--force-path-style<AvailableFrom v="4.0.202" />Passes forcePathStyle to the AWS S3 client. If you don't know what this is, you probably don't need it.