What is the difference between .uyvy and .bmp?
- Extension
- .uyvy
- .bmp
- Format
- Binary
- Binary
- Category
- Video
- Raster Image
- Developer
- Microsoft
- Microsoft
- Description
- A digital, color-difference component video picture format identified by the FOURCC code UYVY. This format employs 4:2:2 chroma subsampling with each sample represented by 8 bits of data.
- A BMP file is an uncompressed raster image comprised of a rectangular grid of pixels. It contains a file header (bitmap identifier, file size, width, height, color options, and bitmap data starting point) and bitmap pixels, each with a different color.
- MIME Type
- video/x-raw-yuv
- image/bmp
- Sample
- sample.uyvy
- sample.bmp
- Wikipedia
- .bmp on Wikipedia