-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Currently, codec-compare allows matching attributes between different batches for individual source images. This is useful for those cases where you want to compare each image at the same bpp, or encode/decode time.
However, encoders are usually used by setting the same quality level for the entire batch, then figuring out if the resulting bpp or encode/decode time is acceptable for the use case.
Having a way for codec-compare to "group" batches by certain criteria (e.g. quality level), then perform per-file matching between groups based on aggregated stats of the groups (sum is good enough for most cases) would capture the aforementioned use case scenario. Performing the comparison in this way would also reward encoders that are better at consistency per quality level.