avcodec/nvenc: add support for writing mastering metadata SEI messages

Including Mastering Display and Content Light Level.
Requires SDK 13.0, and only supports HEVC and AV1.

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer
2025-02-04 12:51:31 -03:00
parent a8595dae0f
commit 1fbe9deee3
4 changed files with 91 additions and 1 deletions

View File

@ -47,6 +47,8 @@ version 7.1:
question mark is a part of <val> or not)
- multiple stream types in a single specifier (e.g. :s:s:0) now cause an
error, as such a specifier makes no sense
- Mastering Display and Content Light Level metadata support in hevc_nvenc
and av1_nvenc encoders
version 7.0: