Skip to content

Commit

Permalink
Merge pull request #144 from crimist/yuv444-docs
Browse files Browse the repository at this point in the history
docs: update yuv444 support and direct backend support table
  • Loading branch information
elFarto authored Dec 22, 2022
2 parents f91a078 + 4e4ab0d commit 01dca0c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ Hardware decoding only, encoding is [not supported](/../../issues/116).
|MPEG-4|:x:|VA-API does not supply enough of the original bitstream to allow NVDEC to decode it.|
|JPEG|:x:|This is unlikely to ever work, the two APIs are too different.|

YUV444 support is a work in progress [here](/../../pull/134).
YUV444 is supported but requires:

* \>= Turing (20XX/16XX)
* HEVC
* Direct backend

To view which codecs your card is capable of decoding you can use the `vainfo` command with this driver installed, or visit the NVIDIA website [here](https://developer.nvidia.com/video-encode-and-decode-gpu-support-matrix-new#geforce).

Expand Down Expand Up @@ -133,7 +137,7 @@ a greater degree of control over buffer allocation and freeing.
|---|---|---|
| <=Maxwell (<=9XX) |||
| Pascal (10XX) |||
| Turing (20XX/16XX) | ||
| Turing (20XX/16XX) | ||
| Ampere (30XX) |||
| Lovelace (40XX) |||

Expand Down

0 comments on commit 01dca0c

Please sign in to comment.