0040-00000016
Updated at:
Problem description
An error is reported during AVIF encoding for image processing.
Cause
The region does not support AVIF encoding, or the AVIF encoding feature is not enabled on the whitelist.
Examples
GET /example_image?x-oss-process=image/format,avif HTTP/1.1
Host: oss-example.oss-cn-hangzhou.aliyuncs.com
Date: Fri, 03 Feb 2023 03:41:49 GMT
Content-Type: application/xmlThis error indicates that AVIF encoding failed during image processing.
The region does not support AVIF encoding, or the AVIF encoding feature is not enabled on the whitelist.
Solution
GET /example_image?x-oss-process=image/format,avif HTTP/1.1
Host: oss-example.oss-cn-hangzhou.aliyuncs.com
Date: Fri, 03 Feb 2023 03:41:49 GMT
Content-Type: image/avifYou can use the AVIF encoding service in a region that supports it. For more information about the supported regions, see Advanced HEIF and AVIF image compression.
If the region supports AVIF encoding, you can add the feature to the whitelist in Quota Center or contact Technical Support to add the feature to the whitelist.
References
Is this page helpful?