remotion still <entry> <comp-id> [output]
Render a still frame based on the entry point, the composition ID and save it to the output location
Arguments
Name | Description |
---|
entry | filepaths |
comp-id | The composition ID |
output | filepaths |
Options
Name | Description |
---|
--frame <frame> | Which frame to render (default 0) |
--height <height> | Override the composition height |
--width <height> | Override the composition width |
--env-file <arg> | Specify a location for a dotenv file |
--overwrite | Overwrite if file exists, default true |
--browser-executable <arg> | Custom path for browser executable |
--enable-extensions | Enable Chrome browser extensions while rendering |
--ffmpeg-executable <arg> | Custom path for FFMPEG executable |
--ffprobe-executable <arg> | Custom path for FFProbe executable |
--bundle-cache | Cache webpack bundle, boolean, default true |
--port <port> | Custom port to use for the HTTP server |
--config <arg> | Custom location for a Remotion config file |
--public-dir <arg> | Location of the public/ directory |
--props <arg> | Pass input props as filename or as JSON |
--disable-headless | Run Chrome in normal mode rather than headless |
--gl <arg> | Which OpenGL renderer to use |
--user-agent | User agent to use for Chrome during rendering |
--ignore-certificate-errors | Ignore SSL errors |
--disable-web-security | Disable CORS and other web security features |
--quiet | Print less output |
-q | Print less output |
--log <arg> | Log level, "error", "warning", "verbose", "info" (default) |