# NDI Encoding Support Matrix

> ## SpeedHQ

<table data-full-width="true"><thead><tr><th>CODEC</th><th>SpeedHQ0  4:2:0 8bit</th><th>SpeedHQ2  4:2:2 8bit</th><th>SpeedHQ2  4:2:2 10bit</th><th>SpeedHQ7 4:2:2:4 8bit</th><th>SpeedHQ7 4:2:2:4 10bit</th></tr></thead><tbody><tr><td><strong>FPGA Encoding²</strong></td><td>YES</td><td>YES</td><td>YES</td><td>YES</td><td>YES</td></tr><tr><td><strong>FPGA Decoding</strong></td><td>YES</td><td>YES</td><td>YES</td><td>YES</td><td>YES</td></tr><tr><td><strong>Hardware Video Encoder (VCU)</strong></td><td>NO</td><td>NO</td><td>NO</td><td>NO</td><td>NO</td></tr><tr><td><strong>Hardware Video Decoder</strong></td><td>NO</td><td>NO</td><td>NO</td><td>NO</td><td>NO</td></tr><tr><td><strong>Software Encoding</strong></td><td>YES</td><td>YES</td><td>YES</td><td>YES</td><td>YES</td></tr><tr><td><strong>Software Decoding</strong></td><td>YES</td><td>YES</td><td>YES</td><td>YES</td><td>YES</td></tr></tbody></table>

***

> ## HX

<table data-full-width="true"><thead><tr><th>CODEC</th><th width="166.39996337890625">HX (v1) H.264 4:2:0 8bit</th><th width="144.79998779296875">HX (v2) H.264 4:2:0 8bit</th><th>HX (v2) H.265 4:2:0 8bit</th><th>HX (v2) H.265 4:2:0 10bit</th><th>HX3 H.264  4:2:0 8bit</th><th>HX3 H.265  4:2:0 8bit</th><th>HX3 H.265  4:2:0 10bit</th></tr></thead><tbody><tr><td><strong>FPGA Encoding²</strong></td><td>NO</td><td>NO</td><td>NO</td><td>NO</td><td>NO</td><td>NO</td><td>NO</td></tr><tr><td><strong>FPGA Decoding</strong></td><td>NO</td><td>NO</td><td>NO</td><td>NO</td><td>NO</td><td>NO</td><td>NO</td></tr><tr><td><strong>Hardware Video Encoder (VCU)</strong></td><td>NO</td><td>YES</td><td>YES</td><td>YES</td><td>YES</td><td>YES</td><td>YES</td></tr><tr><td><strong>Hardware Video Decoder</strong></td><td>YES</td><td>YES</td><td>YES</td><td>YES</td><td>YES</td><td>YES</td><td>YES</td></tr><tr><td><strong>Software Encoding</strong></td><td>NO</td><td>YES</td><td>YES</td><td>YES</td><td>YES</td><td>YES</td><td>YES</td></tr><tr><td><strong>Software Decoding</strong></td><td>YES</td><td>YES</td><td>YES</td><td>YES</td><td>YES</td><td>YES</td><td>YES</td></tr></tbody></table>

{% hint style="info" %}
The FPGA implementations include a SpeedHQ codec in the FPGA fabric for speed, but can *also* use the same software codec as the regular SDK. Typically, the ARM CPU cores on the FPGA+SoC devices are slow enough that decoding video in software is impractical, but this is gradually changing as everything gets faster. (Charles Steinkuehler)
{% endhint %}


---

# 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.ndi.video/all/using-ndi/ndi-for-video/ndi-encoding-support-matrix.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.
