You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issues encountered when testing CTA WAVE test content.
The first part of the issue is that the matrix_coefficients are not found resulting in a FAIL, but the overall status is PASS (should be FAIL if any of the 3 checks fail).
The second part of the issue is that in the content tested, valid matrix_coefficients are actually present:
{
"spec": "CMAF",
"section": "Section A.2",
"test": "For a CMAF Track to comply with one of the media profiles in Table A.1, it SHALL conform to the colour_primaries, transfer_characteristics and matrix_coefficients values from the options listed in the table",
"messages": [
"Valid color primaries found",
"Valid transfer characteristics found",
"FAIL"
],
"state": "PASS"
}
The text was updated successfully, but these errors were encountered:
As far as I remember, the colr box parsing in the ISOSegmentValidator has been incomplete. Color Management support has greatly improved within the last couple of years, and so should the validator.
Issues encountered when testing CTA WAVE test content.
The first part of the issue is that the matrix_coefficients are not found resulting in a FAIL, but the overall status is PASS (should be FAIL if any of the 3 checks fail).
The second part of the issue is that in the content tested, valid matrix_coefficients are actually present:
docker exec -w /var/www/html/Utils/ <docker_ID> php Process_cli.php --cmaf --ctawave --segments http://dash-large-files.akamaized.net/WAVE/vectors/cfhd_sets/15_30_60/t1/2022-10-17/stream.mpd
The text was updated successfully, but these errors were encountered: