Closed cconcolato closed 1 year ago
I think our implementation supports basically the full chain described in MIAF, including transformative properties in the chain. But I don't think we ever use transform properties on derived item inputs.
Overtaken by events.
MIAF indicates in 7.3.6.7 the following about transformative properties:
MIAF also says the following in 7.3.11.1 about derivation chain:
The current implementation of the validation tool (https://github.com/gpac/ComplianceWarden-wasm) assumes that the number and order of transformation applies to the list, i.e. that you cannot have a rotation on a coded image then a clap on a grid for example.
In the context of AVIF, it has been indicated that allowing transformations at each level of the derivation chain is complex to implement and it is considered to restrict the transformations to the last step of the derivation chain. https://github.com/AOMediaCodec/av1-avif/issues/124
It would be interesting in general for MIAF to know the implementation status and usage status of combined derivation chains and transformative properties. Maybe we can restrict it ...