blind-sawtooth-wave.1 - blind - suckless command-line video editing utility | |
git clone git://git.suckless.org/blind | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
blind-sawtooth-wave.1 (924B) | |
--- | |
1 .TH BLIND-SAWTOOTH-WAVE 1 blind | |
2 .SH NAME | |
3 blind-sawtooth-wave - Apply sawtooth-wave repetition to gradient | |
4 .SH SYNOPSIS | |
5 .B blind-sawtooth-wave | |
6 [-e] | |
7 .SH DESCRIPTION | |
8 .B blind-sawtooth-wave | |
9 reads a video from stdin, applies a filter to | |
10 each channel to it, and prints the result to | |
11 stdout. The filter is designed for applying | |
12 repetition to a gradient, and thus assumes the | |
13 range of visible values is [0, 1]. The applied | |
14 filter creates a sawtooth-wave. | |
15 .SH OPTIONS | |
16 .TP | |
17 .B -e | |
18 Apply optimisation that assumes all channels | |
19 are identical. | |
20 .SH SEE ALSO | |
21 .BR blind (7), | |
22 .BR blind-double-sine-wave (1), | |
23 .BR blind-round-wave (1), | |
24 .BR blind-sinc-wave (1), | |
25 .BR blind-sine-wave (1), | |
26 .BR blind-triangular-wave (1), | |
27 .BR blind-spectrum (1), | |
28 .BR blind-cone-gradient (1), | |
29 .BR blind-linear-gradient (1), | |
30 .BR blind-radial-gradient (1), | |
31 .BR blind-spiral-gradient (1), | |
32 .BR blind-square-gradient (1) | |
33 .SH AUTHORS | |
34 Mattias Andrée | |
35 .RI < [email protected] > |