What is the difference between .uyvy and .ras?
- Extension
- .uyvy
- .ras
- Format
- Binary
- Binary
- Category
- Video
- Raster Image
- Developer
- Microsoft
- Sun
- 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.
- Originally used on the Sun Microsystems computers, RAS is a raster image format that displays bitmap images. It is popularly used for specific types of research projects and it can be developed in Unix OS as well. It supports 1 and 32-bits per pixel and used RLE compression codec.
- MIME Type
- video/x-raw-yuv
- image/x-cmu-raster
- Sample
- sample.uyvy
- Wikipedia
- .ras on Wikipedia