From 01b144359ed301f64f60e62f00db2b675cb54db8 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Tue, 14 Feb 2023 16:05:16 +0100 Subject: [PATCH] Update still.md --- packages/docs/docs/cli/still.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/packages/docs/docs/cli/still.md b/packages/docs/docs/cli/still.md index 027b599b156..a10e465b327 100644 --- a/packages/docs/docs/cli/still.md +++ b/packages/docs/docs/cli/still.md @@ -73,9 +73,7 @@ From v3.2.27, negative values are allowed, with `-1` being the last frame. [Set a custom HTTP server port to serve the Webpack bundle](/docs/config#setPort). If not defined, Remotion will try to find a free port. -### `--public-dir` - -_Available from v3.2.13_ +### `--public-dir` [Define the location of the `public/` directory.](/docs/config#setpublicdir). If not defined, Remotion will assume the location is the `public` folder in your Remotion root. @@ -95,19 +93,15 @@ Define how long a single frame may take to resolve all [`delayRender()`](/docs/d Not to be confused with the [`--timeout` flag when deploying a Lambda function](/docs/lambda/cli/functions#--timeout). ::: -### `--ignore-certificate-errors` - -Results in invalid SSL certificates in Chrome, such as self-signed ones, being ignored. Available since v2.6.5. +### `--ignore-certificate-errors` -### `--disable-web-security` +Results in invalid SSL certificates in Chrome, such as self-signed ones, being ignored. -_Available since v2.6.5_ +### `--disable-web-security` This will most notably disable CORS in Chrome among other security features. -### `--disable-headless` - -_Available since v2.6.5_ +### `--disable-headless` Opens an actual browser during rendering to observe the render.