nvenc加入参数 -color_primaries bt2020 -color_trc smpte2084 -colorspace bt2020nc -color_range tv 可以有部分hdr信息,还可以加入哪些参数像cpu那样有更多信息
Simplified Chinese
2021.07.18 20:48
关于 nvenc hdr参数
조회 수 49834 추천 수 0 댓글 2
nvenc加入参数 -color_primaries bt2020 -color_trc smpte2084 -colorspace bt2020nc -color_range tv 可以有部分hdr信息,还可以加入哪些参数像cpu那样有更多信息
But you need to know that the resulting output file is not compliant with HDR10. (The video stream does not contain static metadata such as SMPTE ST 2086, MaxFALL, and MaxCLL, which is necessary for HDR10.) That means some ordinary HDR TV's don't recognize it as an HDR10 video.
As of now, NVENC encoders wrapped in ffmpeg cannot write the video stream metadata.
AFAIK, NVEncC (by rigaya) is the only free NVENC encoder that can write the video stream metadata. Not only static but dynamic metadata as well such as those needed for HDR10+, HLG, and even some Dolby Vision HDR videos.
But NVEncC is not available as a module for ffmpeg. It's only available as a CLI executable unless you're a user of Aviutil (a Japanese encoding software program). That's why ShanaEncoder cannot make use of NVEncC by nature.
There are some encoding software programs that can employ NVEncC as an encoder. StaxRip and Hybrid are typical of them. But since they are based on frameservers like AviSynth+ and VapourSynth, you need to know that there is obviously some learning curve.