blind

suckless command-line video editing utility
git clone git://git.suckless.org/blind
Log | Files | Refs | README | LICENSE

blind-compress.1 (821B)


      1 .TH BLIND-COMPRESS 1 blind
      2 .SH NAME
      3 blind-compress - Compress a video for network transmission
      4 .SH SYNOPSIS
      5 .B blind-compress
      6 .SH DESCRIPTION
      7 .B blind-compress
      8 applies a very fast and simple compression to video.
      9 The output is decompressed by
     10 .BR blind-decompress (1),
     11 and despite a normal head,
     12 .BR blind-decompress (1),
     13 is the only program that can use the output.
     14 .B blind-compress
     15 is designed to reduce the transferred data with
     16 minimal overhead when sending data between computers.
     17 It is recommended to combine
     18 .B blind-compress
     19 with
     20 .BR "lz4 -1" .
     21 .SH REQUIREMENTS
     22 .B blind-compress
     23 requires enough free memory to load two full frames into
     24 memory. A frame requires 32 bytes per pixel it contains.
     25 .SH SEE ALSO
     26 .BR blind (7),
     27 .BR blind-decompress (1),
     28 .BR lz4 (1)
     29 .SH AUTHORS
     30 Mattias Andrée
     31 .RI < maandree@kth.se >