-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for alternative transfer characteristics SEI #272
Comments
I've added option which will add the additional SEI for HLG in NVEnc 5.19 as --atc-sei, please have a try. |
Thanks Rigaya I just tested new option. It should be working but there is one thing. MediaInfo is now reporting two rows of information instead of one for "transfer" when I use --atc-sei arib-std-b67 Transfer characteristics : HLG I don't know if it's of any help but here is the log of ffmpeg's trace_headers option Original NVenc |
That's weird, maybe it's a bug in NVencC matroska muxer but this only happens when NVencC's output is mkv. MediaInfo output is same as yours when I remux NVEnc mkv to mp4 or when the output is raw h265. Anyway this can be considered as solved :) |
Thanks, I also got two "Transfer characteristics" line when I wrote in mkv format. Checking the mkv video header with mkvtoolnix, it seems like the first line is coming from mkv header as it only has the VUI part for transfer characteristics. Transfer characteristics : HLG < from mkv header I'll try if I can avoid this. |
I've changed mux behavior in NVEnc 5.20, to avoid two lines showing up for Transfer characteristics in MediaInfo when writing to mkv format. |
Hi,
I was using NVEncC to re-encode few 4K HLG files which worked perfectly and I was happy with the result but I noticed that I can only define VUI part for transfer characteristics and not add additional SEI message which I found is required for HLG.
This can be observed by additional MediaInfo output which shows:
Transfer characteristics: HLG / HLG (source file)
Transfer characteristics: HLG (encoded file)
Adding this Alternative transfer characteristics SEI is possible in x265 with '--atc-sei' option. Can this be implemented in NVEncC as an additional option?
Thank you for your great work.
The text was updated successfully, but these errors were encountered: