# How do I start a GPU Encoding?

## How can I use the GPU from the Raspberry Pi?

The graphics processor (GPU) takes over computationally intensive tasks and thus relieves the central processor (CPU). The function is directly controlled in the Restreamer with FFmpeg. The freed processor time can thus be used for other tasks.

{% embed url="<https://youtu.be/yPy3ElSkoSA>" %}
**YouTube Video:** Quick start guide for GPU encoding on a Raspberry Pi.
{% endembed %}

{% hint style="success" %}
Not only Raspberry PI GPUs are supported. If a GPU is detected on the system, it is ready for use.
{% endhint %}

{% hint style="info" %}
GPU support is available for every stream.
{% endhint %}

## Learn more

{% content-ref url="/pages/-MYd\_eWFK56LZQkA-iAN" %}
[User Guides](/restreamer/knowledge-base/user-guides.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MXb\_m72sKwXpgM5udfT" %}
[Knowledge Base](/restreamer/knowledge-base/manual.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.datarhei.com/restreamer/knowledge-base/user-guides/connect-to-youtube.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
