npx remotion browser ensurev4.0.137
Ensures that Remotion has a browser it can use for rendering.
npx remotion browser ensure
Arguments
--browser-executable
Path to a custom Chrome executable. If not specified and Remotion cannot find one, one will be downloaded by this command.
--log
One of trace
, verbose
, info
, warn
, error
.Determines how much info is being logged to the console.
Default
info
.
--chrome-mode
v4.0.248
One of headless-shell,
chrome-for-testing
. Default headless-shell
. Use chrome-for-testing
to take advantage of GPU drivers on Linux.