> ## Documentation Index
> Fetch the complete documentation index at: https://rive.app/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Rendering to a Bitmap

> Render screenshots and video at runtime.

Rendering to a bitmap at runtime is useful for scenarios such as snapshot testing and rendering video encoded from data-bound files.

<Note>
  For rendering to a bitmap from the Rive Editor, see [Exporting for Video or Static Design](/editor/exporting/exporting-for-video-and-static-design).
</Note>

Rendering to a bitmap is not supported directly in the React runtime. For offline or server-side rendering, you can use external tools like [Revideo](https://github.com/redotvideo/examples/tree/main/rive-explanation-video) and [Remotion](https://www.remotion.dev/docs/rive/), both of which support Rive.
