From 5e43f19c5465903693d06e23947c835b189691f7 Mon Sep 17 00:00:00 2001 From: Colin Marc Date: Thu, 25 Apr 2024 21:38:27 +0200 Subject: [PATCH] docs: update hw encode table --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 13c04f1..d5d6839 100644 --- a/README.md +++ b/README.md @@ -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! \ No newline at end of file +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!