blind-norm.1 - blind - suckless command-line video editing utility | |
git clone git://git.suckless.org/blind | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
blind-norm.1 (743B) | |
--- | |
1 .TH BLIND-NORM 1 blind | |
2 .SH NAME | |
3 blind-norm - Calculate the norm of colours in a video | |
4 .SH SYNOPSIS | |
5 .B blind-norm | |
6 [-axyz] | |
7 .SH DESCRIPTION | |
8 .B blind-norm | |
9 reads a video from stdin, calculates the norm the | |
10 colours of each pixel and prints the resulting | |
11 video to stdout. | |
12 .SH OPTIONS | |
13 .TP | |
14 .B -a | |
15 Do not modify the alpha channel (the fourth channel). | |
16 .TP | |
17 .B -x | |
18 Do not modify the X channel (the first channel). | |
19 .TP | |
20 .B -y | |
21 Do not modify the Y channel (the second channel). | |
22 .TP | |
23 .B -z | |
24 Do not modify the Z channel (the third channel). | |
25 .SH SEE ALSO | |
26 .BR blind (7), | |
27 .BR blind-arithm (1), | |
28 .BR blind-dot-product (1), | |
29 .BR blind-cross-product (1), | |
30 .BR blind-quaternion-product (1), | |
31 .BR blind-vector-projection (1) | |
32 .SH AUTHORS | |
33 Mattias Andrée | |
34 .RI < [email protected] > |