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) |
--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 |
--ffmpeg-executable <arg> | Custom path for FFMPEG executable |
--bundle-cache | Cache webpack bundle, boolean, default true |
--port <port> | Custom port to use for the HTTP server |
--disable-headless | Run Chrome in normal mode rather than headless |
--config <arg> | Custom location for a Remotion config file |
--public-dir <arg> | Location of the public/ directory |