![]() |
HDR10+ (with NVEnc) - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: HDR10+ (with NVEnc) (/thread-1006.html) Pages:
1
2
|
RE: HDR10+ - mimile - 24.05.2020 So for the moment no solution in sight. Have you already done NVEnc encoding with hdr10 + metadata? did it work? here is a link with my json file of "godzilla king of monster": https://uptobox.com/pgmebqzvqhdq Thanks for your help ![]() RE: HDR10+ - Selur - 24.05.2020 I did test is a while back and then it worked, just tested now with: ffmpeg -y -loglevel fatal -noautorotate -nostdin -threads 8 -i "F:\TestClips&Co\files\HDR\HDR-10+\muxing\without HDR10+ data.mp4" -map 0:0 -an -sn -vf zscale=rangein=tv:range=tv -pix_fmt yuv420p10le -strict -1 -vsync 0 -f yuv4mpegpipe - | NVEncC --y4m -i - --fps 24.000 --codec h265 --profile main10 --level auto --tier high --sar 1:1 --lookahead 16 --output-depth 10 --vbrhq 0 --vbr-quality 0.00 --max-bitrate 240000 --gop-len 0 --ref 3 --bframes 0 --no-b-adapt --mv-precision Q-pel --preset default --colormatrix bt2020nc --cuda-schedule sync --dhdr10-info "F:\TestClips&Co\files\HDR\HDR-10+\muxing\HDR-10+.json" --output "E:\Temp\without HDR10+ data_19_21_35_1310_01.265" Quote:--------------------------------------------------------------------------------(also created a 0 byte large file) -> seems like there's a problem with NVEncC or current NVIDIA drivers. Cu Selur Ps.: You should probably report the issue with a command line and files for him to reproduce to the NVEncC author over at https://github.com/rigaya/NVEnc/issues RE: HDR10+ - Selur - 24.05.2020 I created an entry in NVEncCs issue-tracker: https://github.com/rigaya/NVEnc/issues/233 (I also found a bug in the gui, but that doesn't fix the underlying issue with NVEncC.) Cu Selur RE: HDR10+ - mimile - 24.05.2020 I tested with your latest version and there is just the problem with nvencc, thanks for everything you do ![]() RE: HDR10+ (with NVEnc) - mimile - 07.06.2020 hello, I have worked around this error with lookahead = 0 instead of 32 |