.AVIFS

File AVIFS

AVIF Image Sequence
Fai una domanda
RISPOSTA RAPIDA

Un file .avifs è un'immagine animata composta da una sequenza di fotogrammi AVIF, racchiusa nello stesso contenitore ISOBMFF utilizzato da MP4 e HEIF. L'Alliance for Open Media lo ha creato come controparte animata del formato statico .avif, in modo che l'estensione separata indichi a colpo d'occhio che l'immagine è in movimento. È possibile aprirne uno in qualsiasi browser web attuale (Chrome, Firefox, Edge, Safari) trascinandolo in una scheda, oppure utilizzare qView sul desktop.

Sviluppatore: Alliance for Open Media Categoria: File di immagini raster Standard aperto MIME: image/avif
SI APRE SU Windows macOS Linux Android iOS Web
Correlati: .JPG · .PNG · .TIF · .ECW

In questa pagina

19k+ estensioni indicizzate
Ultima revisione Sep 1, 2026

Non sei sicuro di cosa sia il tuo file?

Trascina qualsiasi file nel nostro identificatore - leggiamo solo i primi byte per dare un nome al formato.

Identifica un file

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: 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.

Dettagli del formato

in sintesi
NOME COMPLETOAVIF Image Sequenceanche noto come Animated AVIF, AV1 Image Sequence
SVILUPPATOREAlliance for Open Mediadal 2019
TIPO MIMEimage/avif
TIPOBinary container (ISO Base Media File Format)
STANDARDAperto · royalty-free
MAGIC BYTES · FIRMA DEL FILE
OFFSET
04
HEX
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.

Programmi che aprono file AVIFS

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

Dettagli tecnici

specifiche approfondite
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.
Rilasciato2019
Ultima versioneAVIF v1.2.0 (2025)
Standard aperto · royalty-free
Specificaaomediacodec.github.io

Conversioni AVIFS

Domande e risposte della community

chiesto dagli utenti
Fai una domanda veloce
Ottieni aiuto da persone che lavorano con i file AVIFS. Sii specifico - includi il tuo sistema e la versione del software.
Nessun account necessario · risposte solitamente entro un giorno

Ancora 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?
Il modo più semplice è trascinarlo in un browser web moderno come Chrome, Firefox, Edge o Safari, i quali supportano tutti l'AVIF animato. Su desktop, qView apre il file e permette di scorrere i fotogrammi uno ad uno.
Perché il mio file .avifs non si apre in Photoshop o nel visualizzatore predefinito?
Molti editor di immagini e visualizzatori di sistemi operativi datati gestiscono solo gli .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?
Sì. Caricalo su ezgif o usa FFmpeg per produrre una .gif animata. Aspettati un file più grande e una profondità di colore ridotta, poiché il formato GIF è limitato a 256 colori per fotogramma.
Un file .avifs è fondamentalmente un video?
Non esattamente. È memorizzato nello stesso contenitore ISOBMFF di MP4, ma nel profilo della sequenza di immagini statiche ogni fotogramma è un keyframe senza predizione di movimento, quindi si comporta come una presentazione temporizzata di immagini indipendenti.
I file .avifs sono più piccoli delle GIF animate?
Solitamente di gran lunga. La compressione AV1 spesso riduce un'animazione a una frazione della dimensione di una GIF equivalente, supportando al contempo più colori, trasparenza e HDR.

Riferimenti

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

Continua a esplorare

nel database

Migliori estensioni della settimana

1.AQQAQQ Instant Messenger File
2.BINCD/DVD Disc Image (BIN/CUE)
3.MDMarkdown Document
4.RPMSGRestricted Permission Message
5.PARTPartial Download File
6.CRDOWNLOADChrome Partial Download File
7.NOMEDIAAndroid No-Media Marker File
8.PRO6XProPresenter 6 Bundle File
9.PRDXSoftMaker Presentations Document
10.SWFSmall Web Format (Shockwave Flash)

Estensioni correlate

.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)

Strumenti file gratuiti

Un identificatore di file e convertitore di immagini nel browser - tutto viene eseguito sul tuo dispositivo.

Apri la cassetta degli attrezzi

Sfoglia le estensioni dei file A-Z