blind-repeat-tessellation.1 - blind - suckless command-line video editing utili… | |
git clone git://git.suckless.org/blind | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
blind-repeat-tessellation.1 (1048B) | |
--- | |
1 .TH BLIND-REPEAT-TESSELLATION 1 blind | |
2 .SH NAME | |
3 blind-repeat-tessellation - Repeat a video horizontally and veritically … | |
4 .SH SYNOPSIS | |
5 .B blind-repeat-tessellation | |
6 -w | |
7 .I width | |
8 -h | |
9 .I height | |
10 .SH DESCRIPTION | |
11 .B blind-repeat-tessellation | |
12 reads a video from stdin and prints it, repeated both | |
13 horizontally and vertically, to stdout. | |
14 .SH OPTIONS | |
15 .TP | |
16 .BR -w " "\fIwidth\fP | |
17 The width of the output video shall be exactly | |
18 .I width | |
19 pixels. | |
20 .TP | |
21 .BR -h " "\fIheight\fP | |
22 The height of the output video shall be exactly | |
23 .I height | |
24 pixels. | |
25 .SH REQUIREMENTS | |
26 .B blind-repeat-tessellation | |
27 requires enough free memory to load one full frame of | |
28 the video from stdin into memory. A frame requires 32 | |
29 bytes per pixel it contains. | |
30 .SH SEE ALSO | |
31 .BR blind (7), | |
32 .BR blind-get-colours (1), | |
33 .BR blind-apply-palette (1), | |
34 .BR blind-hexagon-tessellation (1), | |
35 .BR blind-rectangle-tessellation (1), | |
36 .BR blind-triangle-tessellation (1), | |
37 .BR blind-mosaic (1), | |
38 .BR blind-mosaic-corners (1), | |
39 .BR blind-mosaic-edges (1) | |
40 .SH AUTHORS | |
41 Mattias Andrée | |
42 .RI < [email protected] > |