公式†
要素†
- AV1 (動画エンコード。AVIF はこれの I フレームを用いる)
- ISOBMFF (コンテナ形式。HEIF とほぼ殆ど同じ。av1C が異なる。HEIF は hvcC)
- AV1/Config av1C
解説†
- AV1 Image File Format (AVIF)
競合†
HEIF†
- HEIFとAVIF:画像と写真のフォーマットと違い
WebP†
- Comparing AVIF vs WebP file sizes at the same DSSIM
表示†
テスト画像†
- AVIF test file collection
- Netflix - AV1 / Chimera / AVIF
ソフトウエア†
OS†
Android†
- Android 12 Will Support AVIF Photos
ブラウザ†
Chrome†
- https://chromium-review.googlesource.com/c/chromium/src/+/2101317
Add support for decoding the AV1 image format (AVIF).
- https://developer.android.com/about/versions/12/features
Android 12 introduces support for images that use the AV1 Image File Format (AVIF).
Mozilla†
- https://bugzilla.mozilla.org/show_bug.cgi?id=1625363
AVIF (AV1 Image File Format): experimental support
Safari†
- https://trac.webkit.org/wiki/WebKitGoalsfor2020 (WebKit: no support for AV1 and AVIF seems planned any time soon)
ライブラリ†
- Port of the AV1 Video codec to WebAssembly
Rust†
JavaScript†
- AVIF polyfill for the browser
Golang†
その他†
- AVIFを試す
- https://wave.hatenablog.com/entry/2019/09/07/080800
% ffmpeg -r 1 -i INFILE -c:v libaom-av1 -g 1 -frames 1 -crf CRFVALUE -b:v 0 -an -strict experimental -y OUTFILE.mp4
% mp4box -add-image OUTFILE.mp4:time=0 -brand avif OUTFILE.avif
- https://wave.hatenablog.com/entry/2019/09/07/080800
- Photo format from Google and Mozilla could leave JPEG in the dust
- 次世代動画コーデック「AV1」の圧縮技術を利用する次世代画像フォーマット「AVIF」
- AVIF for Next-Generation Image Coding
- How to Use AVIF: The New Next-Gen Image Compression Format
- AVIF 入りの ImageMagick をビルドする
- Cloudflare adding support for AVIF image format