> For the complete documentation index, see [llms.txt](https://docs.gyroflow.xyz/app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gyroflow.xyz/app/hardware-acceleration.md).

# Hardware Acceleration

- [NVIDIA](https://docs.gyroflow.xyz/app/hardware-acceleration/nvidia.md): NVIDIA graphic cards support hardware accelerated encoding on Windows and Linux
- [AMD](https://docs.gyroflow.xyz/app/hardware-acceleration/amd.md): AMD graphic cards support hardware accelerated encoding on Windows and Linux
- [Intel](https://docs.gyroflow.xyz/app/hardware-acceleration/intel.md): Intel graphic cards support hardware accelerated encoding on Windows and Linux
- [Apple](https://docs.gyroflow.xyz/app/hardware-acceleration/apple-macos.md): macOS supports hardware video encoding (H.264/H.265) on most devices, with ProRes acceleration added in the Apple Silicon chips.
- [Android](https://docs.gyroflow.xyz/app/hardware-acceleration/android.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.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.
