DEFLATE

From MultimediaWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

DEFLATE is a lossless compression algorithm developed by Phil Katz for PKZIP. It is a combination of LZ77 and Huffman coding. Zlib, gzip, and zip all use the DEFLATE algorithm.

Codecs using deflate

Additionally MOV headers can sometimes be deflate compressed.

Links