blind-decompress.1 - blind - suckless command-line video editing utility | |
git clone git://git.suckless.org/blind | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
blind-decompress.1 (495B) | |
--- | |
1 .TH BLIND-DECOMPRESS 1 blind | |
2 .SH NAME | |
3 blind-decompress - Decompress a video compressed by blind-compress(1) | |
4 .SH SYNOPSIS | |
5 .B blind-decompress | |
6 .SH DESCRIPTION | |
7 .B blind-decompress | |
8 removes compressed added by | |
9 .BR blind-compress (1). | |
10 .SH REQUIREMENTS | |
11 .B blind-decompress | |
12 requires enough free memory to load one full frame into | |
13 memory. A frame requires 32 bytes per pixel it contains. | |
14 .SH SEE ALSO | |
15 .BR blind (7), | |
16 .BR blind-compress (1), | |
17 .BR lz4 (1) | |
18 .SH AUTHORS | |
19 Mattias Andrée | |
20 .RI < [email protected] > |