Project-scoped conformance
Frame Dimensions Profile
Checks positive even raster and declared aspect.
This profile does not claim official standards certification.
Conforming example
{
"input": {
"synthetic": true,
"width": 1920,
"height": 1080,
"aspect": 1.7777777777777777
},
"result": {
"valid": true,
"errors": []
}
}Nonconforming example
{
"input": {
"synthetic": true,
"width": 1919,
"height": 1080,
"aspect": 1
},
"result": {
"valid": false,
"errors": [
"odd_dimension",
"aspect_mismatch"
]
}
}