Skip to content

Commit

Permalink
docs: update hw encode table
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmarc committed Apr 25, 2024
1 parent fcbff80 commit 5e43f19
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,10 @@ To see if your GPU supports video encoding, see the following matrix for your ve

Note that with the `ffmpeg` feature, linking against a system-installed `ffmpeg` is supported, which may allow you to use specific CPU-based codecs not considered in this table.

| Codec | CPU | AMD | NVIDIA | Intel |
| ----- | :-: | :---: | :----: | :---: |
| H.264 | | ✔️[^1]| 🚧 | [^2] |
| H.265 | ✔️ | ✔️[^1]| 🚧 | |
| AV1 | ✔️ | | | |
| Codec | CPU | AMD | NVIDIA | Intel |
| ----- | :-: | :-: | :----: | :---: |
| H.264 || ✔️ | ✔️ | |
| H.265 | ✔️ | ✔️ | ✔️ | |
| AV1 | ✔️ | |||

[^1]: Requires [this draft MR](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25900).

[^2]: I don't have a card available to test, and it's difficult to find information online about driver/card support for hardware encode. Please let me know how it goes!
I don't have an Intel card available to test, and it's difficult to find information online about driver/card support for hardware encode. Please let me know how it goes!

0 comments on commit 5e43f19

Please sign in to comment.