blind-compress - Compress a video for network transmission
blind-compress
blind-compress applies a very fast and simple compression to video. The output is decompressed by blind-decompress(1), and despite a normal head, blind-decompress(1), is the only program that can use the output. blind-compress is designed to reduce the transferred data with minimal overhead when sending data between computers. It is recommended to combine blind-compress with lz4 -1.
blind-compress requires enough free memory to load two full frames into memory. A frame requires 32 bytes per pixel it contains.
blind(7), blind-decompress(1), lz4(1)
Mattias Andrée <[email protected]>