AVIF
From Just Solve the File Format Problem
(Difference between revisions)
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
|||
Line 19: | Line 19: | ||
* [https://github.com/AOMediaCodec/libavif libavif] | * [https://github.com/AOMediaCodec/libavif libavif] | ||
* [http://snisurset.net/code/abydos/ abydos] | * [http://snisurset.net/code/abydos/ abydos] | ||
+ | * [https://github.com/Xelitan/avif2png avif2png] - simple command line converter | ||
+ | |||
+ | == Libraries == | ||
+ | * [https://github.com/Xelitan/AVIF-and-HEIC-for-Delphi-Lazarus Unit for Delphi/Free Pascal/Lazarus] - reads and writes AVIF and HEIC images | ||
== Sample files == | == Sample files == |
Revision as of 14:44, 1 March 2025
AVIF (AV1 Image File Format) is an image and animation file format, an extension of HEIF allowing images encoded with AV1. Most files will only have AV1-encoded images, but a mixture of different encodings is allowed. Early draft versions were named AV1 Still Image File Format.
Contents[hide] |
Identification
The brands "avif
" and either "MA1B
" or "MA1A
" are present.
Specifications
Software
Libraries
- Unit for Delphi/Free Pascal/Lazarus - reads and writes AVIF and HEIC images