AV1 Image File Format (.avif)

ISO/IEC תקן

AVIF is a next-generation open image format derived from the AV1 video codec, delivering cutting-edge compression efficiency, high dynamic range (HDR), and wide color gamuts.

המר AVIF ל-JPG

ממיר חינמי מ-AVIF ל-JPG פועל בדפדפן. המר קבצים באופן מיידי במכשיר שלך.

כיווץ AVIF אונליין

דחיסה פרטית ב-100% בדפדפן - הקבצים לעולם אינם עוזבים את המכשיר שלך

בדיקה ומטא-דאטה

מערכות הפעלה ומנתחי קבצים מזהים קבצי AVIF על ידי בדיקת רצף הבייטים הבינארי הראשוני:

בחר או גרור קבצים

בחר או גרור קבצים לכאן

המרה פרטית ב-100% בתוך הדפדפן - הקבצים לעולם אינם עוזבים את המכשיר שלך

או הדבק Ctrl+V
הבטחת פרטיות ללא העברה ברשת: 0 בייט הועלו לשרתים חיצוניים. כל העיבוד מתבצע באופן מקומי בארגז החול של הדפדפן שלך.

חתימת כותרת ברמת הבייט (Magic Bytes)

מערכות הפעלה ומנתחי קבצים מזהים קבצי AVIF על ידי בדיקת רצף הבייטים הבינארי הראשוני:

חתימת HEX (היסט 4):

66 74 79 70 61 76 69 66

ייצוג ASCII: ftypavif

תקינה: ISO/IEC 23000-22 (MIAF) / AOMedia Specification

מפרט טכני

ארכיטקטורת מעטפתISO Base Media File Format (ISOBMFF / MP4 container architecture)
דחיסהAV1 intra-frame video compression with directional spatial prediction & tile divisions
סדר בתים (Endianness)Big-Endian for ISOBMFF atom/box sizes and fourCC codes
מרחבי צבעBT.2020, DCI-P3, sRGB, Full ICC Profiles, NCLX Color Primaries
ערוצים ומבנהMonochrome, YUV 4:2:0, 4:2:2, 4:4:4, and auxiliary Alpha channel
ממדים מרביים65,536 x 65,536 pixels per grid tile (unlimited via multi-tile composition)
שקיפותFull 8, 10, or 12-bit alpha transparency channel
הזרמה ופרוגרסיביותProgressive rendering supported via multi-layer spatial tiling

מטריצת השוואה טכנית: AVIF מול מתחרים

תכונה טכניתAVIF (נוכחי)WebPJPEGJPEG XL
Compression EfficiencyHighest compression efficiency for photographic imageryGood (25%-35% over JPEG)Baseline standardHigh efficiency + lossless focus
Color Depth & HDR8, 10, 12-bit native HDR & BT.2020 color gamut8-bit sRGB only8-bit standardUp to 32-bit floating point HDR
Encoding SpeedSlow / CPU-heavy (requires sophisticated AV1 heuristics)Fast to moderateExtremely fastModerate to fast
LicensingRoyalty-free Open Source (AOMedia)Royalty-free (Google)Free standardRoyalty-free (ISO)
Browser Support93%+ modern browsers (Chrome, Firefox, Safari, Edge)97%+100%Experimental in Chromium

מצבי שיחשות נפוצים ומדריך שחזור הקסדצימלי (Hex)

⚠️ AVIF file fails to render with error 'Invalid ISOBMFF container'.

גורם שורש: Missing or malformed 'ftyp' box or missing 'avif' brand identifier at offset 0x04.

התאוששות: Inspect file with MP4Box or hex editor to ensure bytes 4-11 contain 'ftypavif' or compatible brand 'mif1'.

ניתוח אבטחה ווקטורי התקפה על מנתחים (Parsers)

AVIF relies on complex AV1 video bitstream decoders (dav1d / libaom). Secure implementations isolate decoders in restricted sandboxes.

ווקטורי תקיפה ידועים

  • Complex bitstream parsing exploits in AV1 arithmetic coding or film grain synthesis logic.
  • Out-of-memory denial-of-service via huge multi-tile grid declarations.

השיטות המומלצות להגנה: Use modern sandboxed Rust decoders (ravif) or updated libavif with dav1d.

היסטוריה ואבני דרך

2024Apple iOS 16 and macOS Ventura complete native system-wide AVIF adoption.
2020Google Chrome 85 ships default native AVIF decoding support.
2019Alliance for Open Media (AOMedia) finalizes AVIF 1.0.0 specification.

יתרונות מרכזיים

  • Industry-leading lossy compression efficiency (up to 50% smaller than JPEG and 20% smaller than WebP).
  • Native 10-bit and 12-bit High Dynamic Range (HDR) and Wide Color Gamut (WCG) support.
  • Backed by major tech giants (Google, Apple, Microsoft, Netflix, Mozilla) with zero royalty fees.

מגבלות טכניות וחסרונות

  • Encoding is significantly more CPU-intensive and slower than JPEG or WebP.
  • Requires modern hardware or updated operating systems for hardware-accelerated decode.
  • Lossless mode is generally less efficient than PNG or WebP lossless for simple UI graphics.

עובדות טכניות מעניינות

  • AVIF is packaged inside the exact same ISOBMFF container structure used by MP4 video files.
  • Netflix uses AVIF for their global catalog UI thumbnails, saving terabytes of daily network bandwidth.
  • AVIF supports film grain synthesis, artificially generating pleasing texture without storing heavy high-frequency noise.

שאלות טכניות נפוצות

Is AVIF better than WebP?

For photographic images, AVIF offers substantially better compression than WebP (often 20% smaller at identical quality) and supports 10-bit and 12-bit HDR color. However, AVIF takes longer to encode than WebP.

Why does AVIF take longer to encode?

AVIF uses the AV1 video codec's intra-frame compression algorithms, which evaluate thousands of spatial prediction angles, transform block sizes (from 4x4 to 64x64), and loop filters to find the mathematically optimal compression.

Can AVIF replace JPEG for everyday web images?

Yes. All major web browsers (Chrome, Safari, Firefox, Edge) now support AVIF natively. Using AVIF with HTML5 '<picture>' fallbacks is an industry best practice.