What is the difference between .av1 and .dib?
- Extension
 - .av1
 - .dib
 
- Format
 - Binary
 - Binary
 
- Category
 - Video
 - Raster Image
 
- Developer
 - Alliance for Open Media
 - Microsoft
 
- Description
 - An open, royalty-free video coding format designed for video transmissions over the Internet.
 - Generic Windows or OS/2 bitmap graphic; similar to a .BMP file, but has different header information; supports 1, 4, 8, and 24 bits per pixel if the image is uncompressed and 4 and 8 bits per pixel if the image uses RLE compression; a 24-bit DIB image contains 8 bits, or 1 byte for each RGB color.
 
- MIME Type
 - video/av01
 - image/bmp
 
- Sample
 - sample.av1
 - sample.dib
 
- Wikipedia
 - .av1 on Wikipedia
 - .dib on Wikipedia