Project-scoped conformance
Rational Frame Rate Profile
Checks positive reduced numerator and denominator.
This profile does not claim official standards certification.
Conforming example
{
"input": {
"synthetic": true,
"numerator": 24000,
"denominator": 1001
},
"result": {
"valid": true,
"errors": []
}
}Nonconforming example
{
"input": {
"synthetic": true,
"numerator": 48000,
"denominator": 2002
},
"result": {
"valid": false,
"errors": [
"not_reduced"
]
}
}