Skip to content
Cyril Concolato edited this page Feb 5, 2019 · 17 revisions

This page gathers some known implementations supporting AVIF, and provides some test files.

Implementations

Muxers

  • MP4Box from the GPAC Project can create HEIF files and in particular AVIF files with Image Items from the Key Frames of an AV1 video stream, with the following command-line: MP4Box -add-image file.av1:time=0 -brand avif file.avif.

Demuxers / Players

Editors

  • Windows File Explorer can edit the "Date Taken", "Copyright" and a few other metadata fields in AVIF files. (To edit these fields, right-click on the file, and then choose "Properties" and "Details".) This requires Windows 10 build 18305 or later, and the AV1 Video Extension.
  • Windows File Explorer can rotate AVIF files. (To do this, right-click on the file and choose "Rotate left" or "Rotate right".) This requires Windows 10 build 18317 or later, and the AV1 Video Extension.

Windows 10 programming APIs

Example files

Clone this wiki locally