packages/docs/docs/cli/gpu.mdx
Prints out how the Chrome browser uses the GPUs.
npx remotion gpu --gl=angle
The command takes the same arguments for --gl as npx remotion render and also picks up the Config.setChromiumOpenGlRenderer() option.
Try out different values to find which one is the best for your system.
Canvas: Hardware accelerated
Canvas out-of-process rasterization: Enabled
Direct Rendering Display Compositor: Disabled
Compositing: Hardware accelerated
Multiple Raster Threads: Enabled
OpenGL: Enabled
Rasterization: Hardware accelerated
Raw Draw: Disabled
Skia Graphite: Disabled
Video Decode: Hardware accelerated
Video Encode: Hardware accelerated
WebGL: Hardware accelerated
WebGL2: Hardware accelerated
WebGPU: Hardware accelerated
The output should not be used for automated parsing, as it may change inbetween any Remotion and Chrome versions.
--log--gl--chrome-mode<AvailableFrom v="4.0.248" />