Microsoft Video 1 Compressor Download



  1. Download Video Compressor For Pc
  2. Microsoft Video 1 Compressor Downloader
  3. Video Compressor Download Free
  4. Video Compressor Download

Video Compressor runs fine on Windows 10, 8, 8.1, 7 on either a 32-bit or 64-bit operating systems. The key features of Video Compressor: Video Compression Engine implements the most advanced video compression algorithms (including MPEG-4 H.264 & H.265) to create resulting video files with the highest quality/file size ratio. Hd Video Compressor free download - Video Compressor, JPEG Compressor, Free PDF Compressor, and many more programs. Microsoft Office 2011. YTD Video Downloader. Avast Free Security.

  • FourCC: 'rle ' (note the space character, ASCII 0x20, needed to round our the FOURCC)
  • Company: Microsoft
  • Samples: http://samples.mplayerhq.hu/V-codecs/RLE/
Microsoft

This is a description of Microsoft's run length encoding (RLE) data format, as excerpted from their official documentation. MS RLE data can occur in both static BMP images and AVI animations.

DOWNLOAD Free Video Compressor 1.0 for Windows. This enables Disqus, Inc. To process some of your data. Disqus privacy policy. Free Video Compressor 1.0.

Bitmap Compression

Windows versions 3.0 and later support run-length encoded (RLE) formats for compressing bitmaps that use 4 bits per pixel and 8 bits per pixel. Compression reduces the disk and memory storage required for a bitmap.

Video

Compression of 8-Bits-per-Pixel Bitmaps

When the biCompression member of the BITMAPINFOHEADER structure is set to BI_RLE8, the DIB is compressed using a run-length encoded format for a 256-color bitmap. This format uses two modes: encoded mode and absolute mode. Both modes can occur anywhere throughout a single bitmap.

Encoded Mode

A unit of information in encoded mode consists of two bytes. The first byte specifies the number of consecutive pixels to be drawn using the color index contained in the second byte. The first byte of the pair can be set to zero to indicate an escape that denotes the end of a line, the end of the bitmap,or a delta. The interpretation of the escape depends on the value of the second byte of the pair, which must be in the range 0x00 through 0x02. Following are the meanings of the escape values that can be used in the second byte:

Absolute Mode

Absolute mode is signaled by the first byte in the pair being set to zero and the second byte to a value between 0x03 and 0xFF. The second byte represents the number of bytes that follow, each of which contains the color index of a single pixel. Each run must be aligned on a word boundary. Following is an example of an 8-bit RLE bitmap (the two-digit hexadecimal values in the second column represent a color index for a single pixel):

Compression of 4-Bits-per-Pixel Bitmaps

When the biCompression member of the BITMAPINFOHEADER structure is set to BI_RLE4, the DIB is compressed using a run-length encoded format for a 16-color bitmap. This format uses two modes: encoded mode and absolute mode.

Encoded Mode

A unit of information in encoded mode consists of two bytes. The first byte of the pair contains the number of pixels to be drawn using the color indexes in the second byte.

The second byte contains two color indexes, one in its high-order nibble (that is, its low-order 4 bits) and one in its low-order nibble.

Download Video Compressor For Pc

The first pixel is drawn using the color specified by the high-order nibble, the second is drawn using the color in the low-order nibble, the third is drawn with the color in the high-order nibble, and so on, until all the pixels specified by the first byte have been drawn.

The first byte of the pair can be set to zero to indicate an escape that denotes the end of a line, the end of the bitmap, or a delta. The interpretation of the escape depends on the value of the second byte of the pair. In encoded mode, the second byte has a value in the range 0x00 through 0x02. The meaning of these values is the same as for a DIB with 8 bits per pixel.

Microsoft Video 1 Compressor Downloader

Absolute Mode

Video Compressor Download Free

In absolute mode, the first byte contains zero, the second byte contains the number of color indexes that follow, and subsequent bytes contain color indexes in their high- and low-order nibbles, one color index for each pixel. Each run must be aligned on a word boundary. Following is an example of a 4-bit RLE bitmap (the one-digit hexadecimal values in the second column represent a color index for a single pixel):

Video Compressor Download

Retrieved from 'https://wiki.multimedia.cx/index.php?title=Microsoft_RLE&oldid=5766'