blind-flip.1 - blind - suckless command-line video editing utility | |
git clone git://git.suckless.org/blind | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
blind-flip.1 (545B) | |
--- | |
1 .TH BLIND-FLIP 1 blind | |
2 .SH NAME | |
3 blind-flip - Mirror a video vertically | |
4 .SH SYNOPSIS | |
5 .B blind-flip | |
6 .SH DESCRIPTION | |
7 .B blind-flip | |
8 reads a video from stdin and prints it, mirrored | |
9 vertically, to stdout. | |
10 .SH REQUIREMENTS | |
11 .B blind-flip | |
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-flop (1), | |
17 .BR blind-transpose (1), | |
18 .BR blind-rotate-90 (1), | |
19 .BR blind-rotate-180 (1), | |
20 .BR blind-rotate-270 (1) | |
21 .SH AUTHORS | |
22 Mattias Andrée | |
23 .RI < [email protected] > |