blind-mosaic.1 - blind - suckless command-line video editing utility | |
git clone git://git.suckless.org/blind | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
blind-mosaic.1 (1026B) | |
--- | |
1 .TH BLIND-MOSAIC 1 blind | |
2 .SH NAME | |
3 blind-mosaic - Redraw each frame in video as a mosaic | |
4 .SH SYNOPSIS | |
5 .B blind-mosaic | |
6 [-xy] | |
7 .I mosaic-stream | |
8 .SH DESCRIPTION | |
9 .B blind-mosaic | |
10 reads a video from stdin and a mosaic pattern video from | |
11 .IR mosaic-stream . | |
12 The video is printed to stdout, with each frame redraw in | |
13 as a mosaic with the pattern found in the same frame in | |
14 .IR mosaic-stream . | |
15 .SH OPTIONS | |
16 .TP | |
17 .B -x | |
18 When encountering the left or right edge of the video, | |
19 wrap around to the opposite edge. | |
20 .TP | |
21 .B -y | |
22 When encountering the upper or lower edge of the video, | |
23 wrap around to the opposite edge. | |
24 .SH REQUIREMENTS | |
25 .B blind-mosaic | |
26 requires enough free memory to load three full frames into | |
27 memory. A frame requires 32 bytes per pixel it contains. | |
28 .SH SEE ALSO | |
29 .BR blind (7), | |
30 .BR blind-hexagon-tessellation (1), | |
31 .BR blind-rectangle-tessellation (1), | |
32 .BR blind-triangle-tessellation (1), | |
33 .BR blind-repeat-tessellation (1), | |
34 .BR blind-mosaic-corners (1), | |
35 .BR blind-mosaic-edges (1) | |
36 .SH AUTHORS | |
37 Mattias Andrée | |
38 .RI < [email protected] > |