Selur's Little Message Board
FIXED - incorrect x265 HDR signaling config load - 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: FIXED - incorrect x265 HDR signaling config load (/thread-2601.html)



FIXED - incorrect x265 HDR signaling config load - vlada - 04.05.2022

Hybrid 2022.03.20.1 Win64
I have 2 stored configurations for x265, the 1st with HDR, the 2nd without HDR.

I apply 1st, command line looks like:

x265 --input - --output-depth 10 --y4m --profile main10 --crf 19.00 --qpfile GENERATED_QP_FILE --aq-strength 0.7 --no-sao --selective-sao 0 --range limited --colorprim bt2020 --transfer smpte2084 --colormatrix bt2020nc --chromaloc 2 --hdr10 --hdr10-opt --sar 1 --output OUTPUTFILE

Then I apply 2nd, command line looks:

x265 --input - --output-depth 10 --y4m --profile main10 --crf 19.00 --qpfile GENERATED_QP_FILE --aq-strength 0.7 --no-sao --selective-sao 0 --hdr10 --sar 1 --output OUTPUTFILE
--hdr10 should not be there!

Then I apply 2nd again, command line looks finally correct:

x265 --input - --output-depth 10 --y4m --profile main10 --crf 19.00 --qpfile GENERATED_QP_FILE --aq-strength 0.7 --no-sao --selective-sao 0 --sar 1 --output OUTPUTFILE

Thank you.


RE: incorrect x265 HDR signaling config load - Selur - 04.05.2022

I can rproduce the issue.
Starting Hybrid, appliyng 'm5'-profile, '--hdr10' is not there.
Applying first 'm5 HDR' profile and then the 'm5'-profile, HDR isn't reset properly, applying 'm5'-profile again, settings are correct.

Cu Selur


RE: incorrect x265 HDR signaling config load - Selur - 04.05.2022

Assuming you use Windows I send you a link to a Windows dev version via pm which should fix the issue.

Cu Selur


RE: incorrect x265 HDR signaling config load - FIXED - vlada - 05.05.2022

Thank you, I can confirm it is fixed in dev build.