.AVIFS

AVIFS ファイル

AVIF Image Sequence
質問する
クイック回答

.avifs ファイルは、MP4 や HEIF と同じ ISOBMFF コンテナに格納された、一連の AVIF フレームで構成されるアニメーション画像です。Alliance for Open Media が静止画の .avif 形式のアニメーション版として作成したもので、拡張子が分かれているため、画像が動くものであることが一目でわかります。Chrome、Firefox、Edge、Safari などの最新のウェブブラウザにドラッグするか、デスクトップでは qView を使用して開くことができます。

開発元: Alliance for Open Media カテゴリ: プラグインファイル オープンスタンダード MIME: image/avif
対応OS Windows macOS Linux Android iOS Web
関連: .JPG · .PNG · .TIF · .ECW

このページの内容

19k+ 個の拡張子を索引済み
最終確認日:Sep 1, 2026

ファイルの種類がわかりませんか?

ファイルを識別ツールにドロップしてください。最初の数バイトを読み取って形式を特定します。

ファイルを識別する

AVIFS ファイル形式とは?

.avifs ファイルは、一連の AVIF フレームから作られたアニメーション画像です。AV1 コーデックを開発したグループである Alliance for Open Media によって提供されており、静止画の .avif 形式に対応する動画版です。.gif.webp のように静止画とアニメーションで一つの拡張子を使い回すのではなく、AVIF ではこれらを分割しているため、画像が動くかどうかを即座に判別できます。

内部的には、.avifs ファイルは ISO ベースメディアファイル形式(ISOBMFF)コンテナであり、MP4 や HEIF で使用されているものと同じボックス構造を持っています。開始位置付近にある短い ftyp ヘッダーが avis ブランドを宣言しており、これによりファイルが単一の画像ではなくシーケンスであることを示します。フレームはタイミング情報を保持するトラック内に配置され、各フレームは独立して符号化された AV1 キーフレームです。つまり、アニメーション AVIF は、動き予測を行う真のビデオというよりも、タイミング制御された一連のフル画像の集合として機能します。この形式は、8〜12ビットカラー、アルファ透明度、HDR といった AVIF の強みをそのまま維持しています。

セキュリティと安全性

リスク: LOW

AVIFS is a container for image data and holds no scripts or executable code. The main practical concern is decoder bugs in older libavif or media libraries, so keep viewers up to date. Files from unknown sources are safe to open in a current browser.

形式の詳細

概要
正式名称AVIF Image Sequence別名 Animated AVIF, AV1 Image Sequence
開発元Alliance for Open Media登場時期 2019
MIME タイプimage/avif
タイプBinary container (ISO Base Media File Format)
標準規格オープン・ロイヤリティフリー
マジックバイト ・ ファイルシグネチャ
オフセット
04
16進数
66 74 79 70
ASCII
·
Starts with an ISOBMFF FileTypeBox. Bytes 4-7 are 'ftyp'. An image sequence is identified by the brand 'avis' (ASCII 61 76 69 73) appearing as the major_brand or in compatible_brands, rather than the still-image brand 'avif'. There is no fixed signature at offset 0.

AVIFS ファイルを開くプログラム

Windows4 apps
Mozilla Firefox オープンソース Open the file in a tab to play it; Firefox added animated AVIF support in version 114.
Google Chrome 無料 Drag the .avifs file into a browser tab to view the animation natively; Chrome has supported animated AVIF since version 93.
qView オープンソース Open the .avifs file directly in this lightweight image viewer to play the animation frame by frame.
libavif (avifdec) オープンソース Use the reference avifdec command-line tool to decode frames from the sequence for inspection or extraction.
macOS3 apps
Safari 標準搭載 Open the file in a tab; Safari plays animated AVIF starting with version 17 on macOS Sonoma and later.
qView オープンソース Open the .avifs file to view and step through the animation.
libavif (avifdec) オープンソース Install via Homebrew and use avifdec to decode the sequence from the terminal.
Linux3 apps
FFmpeg オープンソース Decode or re-encode the sequence with ffmpeg -i input.avifs ... since FFmpeg reads AV1 in ISOBMFF.
qView オープンソース Open the .avifs file to play the animation.
libavif (avifdec) オープンソース Use avifdec to decode individual frames, or view the file in a Chromium/Firefox build.
Android1 app
Google Chrome 無料 Open the file in the browser; Android 12 and later also decode AVIF at the OS level.
iOS1 app
Safari 標準搭載 Open the file in Safari on iOS 16 or later to view the animation.
Web1 app
ezgif Animated AVIF tool 無料 Upload an .avifs file to view, split into frames, or convert it in the browser.

技術的詳細

詳細仕様
EncodingAV1 (AOMedia Video 1) intra-coded frames
Byte orderBig-endian (ISOBMFF box sizes and fields)
ContainerISO Base Media File Format (ISOBMFF), the same MP4/HEIF box structure
CompressionLossy or lossless AV1; each frame is an independently coded AV1 sample
EncryptionNot part of the base format
Typical sizeFrame-count dependent; commonly a fraction of an equivalent animated GIF or WebP
StructureA FileTypeBox (ftyp) declaring the 'avis' brand, followed by a Movie Box (moov) containing an image-sequence track. The track uses the 'pict' handler and one sample description entry; timing is carried by the container, so playback order and per-frame duration are defined by the track rather than the codec.
IntegrityNone built in beyond ISOBMFF box length fields
PlatformsWindows, macOS, Linux, Android, iOS
Color depth8, 10, and 12-bit
Hdr SupportYes (PQ and HLG transfer characteristics)
TransparencyYes (alpha channel)
NotesBuilt as a conformant MIAF/HEIF image sequence. The MIAF AV1 baseline profile is identified by the brand MA1B and the advanced profile by MA1A. The 'avio' brand may be present when the sequence contains only intra-frame samples. Distinct from a real AV1 video: frames are keyframes with no inter-frame prediction in the still-image sequence profile.
リリース日2019
最新バージョンAVIF v1.2.0 (2025)
オープンスタンダードはい · ロイヤリティフリー
仕様書aomediacodec.github.io

AVIFS の変換

コミュニティ Q&A

ユーザーからの質問
質問する
AVIFS ファイルを扱うユーザーからヘルプを得られます。OSやソフトウェアのバージョンなど、具体的に記載してください。
アカウント不要 ・ 通常1日以内に回答されます

まだ質問はありません。AVIFS ファイルについて最初の質問をしてみましょう。

よくある質問

.avif と .avifs の違いは何ですか?
.avif は単一の静止画を保持し、.avifs は AVIF フレームのアニメーションシーケンスを保持します。Alliance for Open Media は、ファイルを開く前に静止画か動画かを判別できるように、別々の拡張子を採用しました。内部的には、シーケンスは avif ではなく avis ブランドを使用します。
.avifs ファイルはどうやって開きますか?
最も簡単な方法は、Chrome、Firefox、Edge、Safari などの最新のウェブブラウザにドラッグすることです。これらはすべてアニメーション AVIF の再生に対応しています。デスクトップでは、qView を使うとファイルを開いてフレームごとに送ることができます。
なぜ Photoshop や標準のビューアで .avifs ファイルが開けないのですか?
多くの画像エディタや古い OS のプレビュー機能は、静止画の .avif のみに対応しており、アニメーションシーケンスには対応していません。ブラウザや qView を使用するか、FFmpeg や ezgif を使って事前に .gif.webp に変換してください。
.avifs を GIF に変換できますか?
はい。ezgif にアップロードするか、FFmpeg を実行してアニメーション .gif を作成できます。ただし、GIF は1フレームあたり256色に制限されているため、ファイルサイズが大きくなり、色の深度が低下することに注意してください。
.avifs ファイルは基本的にはビデオですか?
正確には違います。MP4 と同じ ISOBMFF コンテナに保存されますが、静止画シーケンスプロファイルでは、すべてのフレームが動き予測のないキーフレームであり、独立した画像のタイミング付きスライドショーのように動作します。
.avifs ファイルはアニメーション GIF よりも小さいですか?
通常、大幅に小さくなります。AV1 圧縮により、より多くの色、透明度、HDR をサポートしながら、アニメーションを同等の GIF サイズの数分の一にまで削減できることがよくあります。

参考文献

1AVIF - Wikipediaen.wikipedia.org
2AV1 Image File Format (AVIF) specification v1.1.0 - Alliance for Open Mediaaomediacodec.github.io

さらに探索

データベース全体から

今週のトップ拡張子

1.AQQAQQ Instant Messenger File
2.CRDOWNLOADChrome Partial Download File
3.MDMarkdown Document
4.BINCD/DVD Disc Image (BIN/CUE)
5.NOMEDIAAndroid No-Media Marker File
6.PARTPartial Download File
7.RPMSGRestricted Permission Message
8.EXEWindows Executable (Portable Executable)
9.AVIFAV1 Image File Format (AVIF)
10.DBSQLite Database File

関連する拡張子

.JPGJPEG Image
.PNGPortable Network Graphics
.TIFTagged Image File Format
.ECWEnhanced Compression Wavelet (ECW) image
.AVIFAV1 Image File Format (AVIF)
.JP2JPEG 2000 Image (ISO/IEC 15444-1)

無料ファイルツール

ブラウザで動作するファイル識別および画像変換ツール。すべてお使いのデバイス上で実行されます。

ツールボックスを開く

ファイル拡張子を A-Z で閲覧