2024-09-19, 10:42 PM
Hi, I'm doing some tests to see if the MainConcept HEVC encoder will work well for encoding UHD Blu-Rays. Unfortunately, I'm having trouble getting a few of the parameters to work, specifically in the [HEVC Layer 0000] section of settings. Here are the errors that I'm getting:
And here are the settings in my .ini file:
Is it possible to use those settings? Do I need to specify them differently?
Thank you for your help!
Code:
HEVC config error: 'au_delimiters': unknown setting.
HEVC config error: 'output_colorimetry.color_primaries': unknown setting.
HEVC config error: 'output_colorimetry.transfer_characteristics': unknown setting.
HEVC config error: 'output_colorimetry.matrix_coefficients': unknown setting.
And here are the settings in my .ini file:
Code:
[HEVC Settings]
[HEVC Layer 0000]
level =153
high_tier =1
bit_rate_mode =2
hrd_conformance =1
bit_rate =90000000
hss_rate =99000000
cpb_size =99000000
au_delimiters =1
output_colorimetry.color_primaries =9
output_colorimetry.transfer_characteristics =16
output_colorimetry.matrix_coefficients =9
Is it possible to use those settings? Do I need to specify them differently?
Thank you for your help!