Hello everyone, I'm quoted to bring back my message on the encode x265 visible to others who have not seen it, the final product of the encoder is a 10bit file.hevc the format that the Blu ray UHD wants, the only one What to see is whether the file is accepted by Scenarist UHDСкрытый текст
Hello everyone, guys I encode it in HEVC I do it in command line, as regards the values of the HDR and set them rightly I use Mediainfo and faio the report of the original file, example:
Mastering display color pri: R: x = 0.680000 y = 0.320000, G: x = 0.265000 y = 0.690000, B: x = 0.150000 y = 0.060000, White point: x = 0.312700 y = 0.329000
Mastering display luminance: min: 0.0050 cd / m2, max: 4000.0000 cd / m2
Maximum Content Light Level: 1529 cd / m2
Maximum Frame-Average Light: 380 cd / m2
this is what the mediainfo gives me back, I start doing it this way ....
the first line, Mastering display color pri will refer to the parameter --master-display and will form the RGB and WP part:
each value must be multiplied by 50,000
and it will be inserted in the corresponding position for G (x, y) B (x, y) R (x, y) and finally WP (x, y)
the second line, Mastering display luminance will always refer to the parameter --master-display but will constitute the luminance L:
each value must be multiplied by 10,000
and it will be inserted in the bracket in the following positions L (max, min)
the third line, Maximum Content Light Level will refer to the --max-cll parameter and specifically to the first value, the higher one: --max-cll "1529.380"
the last line, Maximum Frame-Average Light will always refer to the parameter --max-cll but specifically to the second value, the lower one: --max-cll "1529.380"
For some titles, the Maximum Content Light Level and the Maximum Frame-Average Light may not be present in the mediainfo.
In that case, in the command line it will be specified for the parameter --max-cll "0,0".
once you find the values you need to do the encoding I go to insert them in the command line
example:
avs2yuv.exe -raw -csp I420 -depth 10 script.avs -o - | x265-10b.exe --input-depth 16 --input -res 3840x1608 --fps 24000/1001 --preset slow --profile main10 --high-tier --level-idc 5.1 --repeat-headers --vbv -bufsize 160000 --vbv-maxrate 160000 --aq-mode 3 --aq-strength 0.8 --deblock -3: -3 --crf 18 --no-sao --no-strong-intra-smoothing --hrd --hdr --range limited --colorprim bt2020 --transfer 16 --colormatrix bt2020nc --master-display "G (13250,34500) B (7500,3000) R (34000,16000) WP (15635.16450) L (10000000,0) "--max-cll" 0,0 "--hdr-opt --chromaloc 2 --sar 1: 1 --output file_output.hevc -
PAUSE
of course this is an example of command line I've done lately and it may be that the values do not match the above example of Mastering display color, the important thing is that you understood what I meant ...
Launch the encode that will metytereà quite a bit unfortunately. the processors that we now have are suffering a lot from the encode in HEVC, the only thing is that I do not know if Scenarist UHD takes the encode just done even if the output file is in HEVC, so maybe if the output gile you put in the MUI Generator we have a chance of success ....[свернуть]Скрытый текст
Привет всем, ребята, я кодирую его в HEVC. Я делаю это в командной строке, в отношении значений HDR и правильно их устанавливаю. Я использую Mediainfo и faio отчет исходного файла, например:
Освоение цвета дисплея pri: R: x = 0,680000 y = 0,320000, G: x = 0,2565000 y = 0,690000, B: x = 0,1 50000 y = 0,060000, Белая точка: x = 0,312700 y = 0,329000
Освоение яркости дисплея: мин .: 0,0050 кд / м2, макс: 4000.0000 кд / м2
Максимальный уровень освещенности: 1529 кд / м2
Максимальный средний вес: 380 кд / м2
это то, что возвращает мне mediainfo, я начинаю так делать ...
первая строка, Освещая цвет дисплея pri, будет ссылаться на параметр --master-display и будет формировать часть RGB и WP:
каждое значение должно быть умножено на 50 000
и он будет вставлен в соответствующую позицию для G (x, y) B (x, y) R (x, y) и, наконец, WP (x, y)
вторая строка, Освещая яркость дисплея, всегда будет ссылаться на параметр --master-display, но будет составлять яркость L:
каждое значение должно быть умножено на 10 000
и он будет вставлен в скобку в следующих положениях L (max, min)
в третьей строке, максимальный уровень освещенности содержимого будет ссылаться на параметр -max-cll и, в частности, на первое значение, более высокое: - max-cll "1529.380"
последняя строка, максимальный средний отсчет кадров всегда будет ссылаться на параметр -max-cll, но конкретно на второе значение, нижнее: -max-cll "1529.380"
Для некоторых заголовков максимальный уровень освещенности и максимальный среднеквадратический свет могут отсутствовать в медиа.
В этом случае в командной строке будет указан параметр -max-cll «0,0».
после того, как вы найдете значения, необходимые для кодирования, я вставляю их в командной строке
пример:
avs2yuv.exe -raw -csp I420 -depth 10 script.avs -o - | x265-10b.exe - входная глубина 16 - входная мощность - 3840x1608 --fps 24000/1001 - медленная печать --profile main10 - high-level --level-idc 5.1 --рецепторы -vbv -bufsize 160000 --vbv-maxrate 160000 - aq-mode 3 - aq-strength 0.8 --deblock -3: -3 --crf 18 --no-sao --no-strong-intra-smoothing --hrd --hdr --range limited --colorprim bt2020 --transfer 16 --colormatrix bt2020nc --master-display "G (13250,34500) B (7500,3000) R (34000,16000) WP (15635.16450) L (10000000,0) "--max-cll" 0,0 "--hdr-opt --chromaloc 2 --sar 1: 1 --output file_output.hevc -
PAUSE
конечно, это пример командной строки, которую я сделал в последнее время, и может быть, что значения не соответствуют приведенному выше примеру осветления цвета дисплея, важно то, что вы поняли, что я имел в виду ...
Запустите кодировку, которая, к сожалению, будет metytereà. процессоры, которые у нас сейчас есть, сильно страдают от кодирования в HEVC, единственное, что я не знаю, делает ли Scenarist UHD кодировку только что сделанной, даже если выходной файл находится в HEVC, так что, возможно, если выходной сигнал вы добавили в генератор MUI у нас есть шанс на успех ....[свернуть]
--------------------------------------------------------------------------------------------------------------------
Привет всем, я цитирую, чтобы вернуть мое сообщение о кодировке x265, видимом для других, которые его не видели, конечным продуктом кодировщика является 10-битный файл.hevc, который хочет получить Blu-ray UHD, единственный Что посмотреть, будет ли файл принят Scenarist UHD,