# Intel

Intel GPUs have the hardware accelerated video encoder called *Intel® Quick Sync Video*.&#x20;

The QSV[^1] encoder is well supported in Gyroflow and offers fast video render times on Windows and Linux.

{% hint style="warning" %}
**Important!** Always make sure you have the latest driver installed from the official [Intel drivers](https://www.intel.com/content/www/us/en/support/detect.html) page. As long as your GPU has the hardware encoder, most acceleration issues are solved by installing the latest driver.
{% endhint %}

## Supported graphic cards

Refer to the [Wikipedia](https://en.wikipedia.org/wiki/Intel_Quick_Sync_Video) page for a list of supported hardware.

**`TODO:`**` ``CPU support?`

## 10-bit support

Hardware accelerated encoding of 10-bit videos is supported only by the latest hardware. Refer to the [Wikipedia](https://en.wikipedia.org/wiki/Intel_Quick_Sync_Video) page to check if your GPU supports 10-bit video encoding.

## ProRes/DNxHD support

*Intel® Quick Sync Video* supports only H.264 and H.265. No other codec is hardware accelerated on Intel hardware.

## Maximum supported resolution

8192x8192 is the maximum supported resolution on modern cards.

**`TODO:`**` ``verify this`

[^1]: Intel® Quick Sync Video


---

# 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.gyroflow.xyz/app/hardware-acceleration/intel.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.
