-
Notifications
You must be signed in to change notification settings - Fork 41
Description
The current draft specification says:
The input image items and the Sample Transform Derived Image Item shall:
- each be associated with a PixelInformationProperty and an 'ispe' property;
- have the same number of channels and the same chroma subsampling (or lack thereof) as defined by the PixelInformationProperty and AV1ItemConfigurationProperty;
- have the same dimensions as defined by the 'ispe' property;
- have the same color information as defined by the ColourInformationBox properties (or lack thereof).
Does this mean that the sato item and its input image items must all have a colr property with the same content, OR must have no colr property associated with any of them? This is how I would naturally interpret "have the same color information as defined by the ColourInformationBox properties (or lack thereof)" but this is not what libavif is currently outputting. In the images created in avif16bitttest.cc, neither the sato box nor the extra input items have any colr property (this may be a bug with libavif).
The same question applies to pixi/av1C. Especially if version 0 of pixi is used, then I believe the only way to signal chroma subsampling is through the av1C box. But then this makes it sound like the sato item should have an av1C box too.