Che cos'è il formato di file AVIFS?
Un file .avifs è un'immagine animata composta da una sequenza di fotogrammi AVIF. Proviene dall'Alliance for Open Media, il gruppo dietro il codec AV1, ed è la controparte per immagini in movimento del formato statico .avif. Invece di riutilizzare un'unica estensione sia per le immagini statiche che per quelle animate, come fanno .gif e .webp, AVIF le divide in modo da poter capire immediatamente se un'immagine è animata.
Sotto il cofano, un file .avifs è un contenitore ISO Base Media File Format, la stessa struttura a «box» utilizzata da MP4 e HEIF. Una breve intestazione ftyp vicino all'inizio dichiara il brand avis, che contrassegna il file come una sequenza invece di una singola immagine. I fotogrammi risiedono in una traccia che ne gestisce la temporizzazione, e ogni fotogramma è un keyframe AV1 codificato indipendentemente. Ciò significa che l'AVIF animato agisce come una serie temporizzata di immagini complete piuttosto che come un vero video con predizione del movimento. Il formato mantiene i punti di forza di AVIF: colore da 8 a 12 bit, trasparenza alpha e HDR.
Sicurezza e incolumità
RISCHIO: LOWAVIFS 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.
Dettagli del formato
in sintesiProgrammi che aprono file AVIFS
.avifs file into a browser tab to view the animation natively; Chrome has supported animated AVIF since version 93. .avifs file directly in this lightweight image viewer to play the animation frame by frame. avifdec command-line tool to decode frames from the sequence for inspection or extraction. avifdec to decode the sequence from the terminal. ffmpeg -i input.avifs ... since FFmpeg reads AV1 in ISOBMFF. avifdec to decode individual frames, or view the file in a Chromium/Firefox build. .avifs file to view, split into frames, or convert it in the browser. Dettagli tecnici
specifiche approfondite| Encoding | AV1 (AOMedia Video 1) intra-coded frames |
| Byte order | Big-endian (ISOBMFF box sizes and fields) |
| Container | ISO Base Media File Format (ISOBMFF), the same MP4/HEIF box structure |
| Compression | Lossy or lossless AV1; each frame is an independently coded AV1 sample |
| Encryption | Not part of the base format |
| Typical size | Frame-count dependent; commonly a fraction of an equivalent animated GIF or WebP |
| Structure | A 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. |
| Integrity | None built in beyond ISOBMFF box length fields |
| Platforms | Windows, macOS, Linux, Android, iOS |
| Color depth | 8, 10, and 12-bit |
| Hdr Support | Yes (PQ and HLG transfer characteristics) |
| Transparency | Yes (alpha channel) |
| Notes | Built 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. |
| Rilasciato | 2019 |
| Ultima versione | AVIF v1.2.0 (2025) |
| Standard aperto | Sì · royalty-free |
| Specifica | aomediacodec.github.io |
Conversioni AVIFS
Domande e risposte della community
chiesto dagli utentiAncora nessuna domanda - sii il primo a chiedere informazioni sui file AVIFS.
Domande frequenti
Qual è la differenza tra .avif e .avifs?
.avif contiene una singola immagine statica, mentre .avifs contiene una sequenza animata di fotogrammi AVIF. L'Alliance for Open Media ha scelto estensioni separate per distinguere un'immagine in movimento da una statica prima di aprirla. Internamente, la sequenza utilizza il brand avis invece di avif.Come si apre un file .avifs?
Perché il mio file .avifs non si apre in Photoshop o nel visualizzatore predefinito?
.avif statici, non la sequenza animata. Usa un browser o qView, oppure converti prima il file in .gif o .webp con FFmpeg o ezgif.Posso convertire un .avifs in GIF?
.gif animata. Aspettati un file più grande e una profondità di colore ridotta, poiché il formato GIF è limitato a 256 colori per fotogramma.