Convert avif to webp

Free online AVIF to WEBP converter

Convert AVIF images to compatible WEBP files while retaining transparency and web efficiency.

Convert AVIF to WEBP online - free

Uploading…
Selected files exceed the 75 MB total limit. Please select fewer or smaller files.

Image size

px
px

Keeps aspect ratio and fits within these limits. Fill in one or both; leave empty for no limit. Larger values may enlarge the image.

Correctly orient the image using the gravity sensor data stored in EXIF

Strip the image of any profiles, EXIF, and comments to reduce size

Your file is processed instantly and never stored on our servers.

How it works

  1. 1/3

    Upload your .avif file

    Click to browse to select your file you want to convert or simply drag & drop your file into selected area.

  2. 2/3

    Perform .avif to .webp conversion

    After successful file upload, click to convert when you are ready.

  3. 3/3

    Download converted .webp file

    Conversion result is ready to download.

How to convert avif to webp file

A CMS, editor, or device may accept WEBP while rejecting AVIF, so a WEBP copy can be required for publishing or editing. Conversion also provides a broadly compatible web image, but the original AVIF should be retained when it contains higher-quality or HDR data.

What AVIF is

AVIF is an image format based on the AV1 video codec and the HEIF image container. It supports lossy and lossless compression, alpha transparency, animation, HDR, wide-gamut color, and metadata. AVIF often delivers smaller files than JPEG or PNG at similar visual quality.

Modern websites, image optimization pipelines, content-management systems, browsers, and graphics applications use AVIF. Users commonly encounter .avif files after downloading images from newer websites or exporting from software such as GIMP, Photoshop, ImageMagick, or FFmpeg with the required AV1 and AVIF support.

What WEBP is

WEBP is an image format developed by Google and supported by current web browsers plus many desktop, mobile, and publishing applications. It supports lossy and lossless compression, alpha transparency, animation, and metadata.

Lossy WEBP can be smaller than JPEG at comparable visual quality, while lossless WEBP can reduce the size of some PNG files without changing pixel data. Its support is broad, but older applications and devices may still require JPEG or PNG.

How to convert AVIF to WEBP

Using 101convert.com

  1. Open the AVIF-to-WEBP converter on 101convert.com.
  2. Select or upload the .avif file.
  3. Choose WEBP as the output format and set the available quality option. On a 0–100 lossy scale, start around 80–85, then inspect the image and file size.
  4. Start the conversion and download the resulting .webp file.

The service can convert files for free without installing software. Do not upload confidential images unless its privacy, retention, and processing terms are suitable for the file.

Using ImageMagick

Install an ImageMagick build with AVIF decoding and WEBP encoding support. Confirm that both formats appear in magick identify -list format, then run:

magick input.avif -quality 85 output.webp

This creates lossy WEBP. A lossless output can be requested with:

magick input.avif -define webp:lossless=true output.webp

Some ImageMagick packages lack AVIF support because they were built without compatible libheif, libavif, or WEBP libraries. Install a package with those delegates or use a converter that supports both formats.

Using FFmpeg

With an FFmpeg build that includes AVIF input support and the libwebp encoder, convert a still image with:

ffmpeg -i input.avif -c:v libwebp -q:v 75 output.webp

FFmpeg's -q:v scale is encoder-specific; lower values generally produce higher quality and larger files, so test several settings. Animated AVIF conversion requires checking the frame count, timing, metadata, and output playback because not every animation feature transfers to WEBP.

Quality and compatibility limits

  • Lossy recompression: Converting a lossy AVIF to lossy WEBP can add another generation of artifacts. Keep the original AVIF and create alternate formats from it.
  • Lossless output: Lossless WEBP preserves the decoded pixels, not information discarded when the source AVIF was encoded as lossy. It may also produce a larger file than lossy WEBP or the original AVIF.
  • Transparency: Both formats support alpha channels, but the selected tool must preserve them. Test transparent images against their intended background for halos or color fringes.
  • Color and HDR: ICC profiles, wide-gamut color, HDR information, and color metadata may be converted, discarded, or interpreted differently. Check the WEBP in the application that will display it.
  • Metadata: EXIF, XMP, ICC profiles, and other metadata are not guaranteed to survive every conversion path. Verify metadata if it contains orientation, copyright, or location information.
  • Dimensions: Keep the source pixel dimensions unless resizing is required. Compare visual detail, file size, transparency, and animation before replacing the AVIF.

AVIF vs WEBP: format comparison

How the AVIF and WEBP formats compare on the properties that matter most for this conversion.

Comparison of the AVIF and WEBP file formats
Property .AVIF AV1 Image File Format .WEBP WebP
Compression Lossy Both
Transparency Yes Yes
Animation Yes Yes
Layers No No
Color depth True color with alpha (32-bit) True color with alpha (32-bit)
Metadata support Extensive Extensive
Opens in a web browser Yes, natively Yes, natively
Typical file size Very small Small
Open standard Yes Partly open
Best used for Photographs Web publishing
Introduced 2019 2010
Developer Alliance for Open Media Google
MIME type image/avif image/webp

The database currently does not contain any direct avif file converter links.

Frequently asked questions

Is the AVIF to WEBP converter free?

Yes, converting AVIF to WEBP on 101convert.com is completely free. No registration, email address or installation is required. If you need a higher file size limit or want to convert more files at once, see our plans.

How large can my AVIF file be?

You can upload AVIF files up to 2000 MB and convert up to 200 files at once in a single batch.

What happens to my uploaded files?

Files are processed automatically and deleted from our servers within a few minutes after conversion. We never view or share your files.

Do I need to install any software to convert AVIF to WEBP?

No. The AVIF to WEBP conversion runs entirely online in your browser and works on Windows, Mac, Linux, Android and iPhone.

Did the conversion fail?

In most cases, the cause is an incorrect file format. Please upload a valid AVIF file for this AVIF to WEBP conversion. Occasionally, the issue may be on our side. We analyze recurring conversion failures and disable or fix the converter if we detect a defect.