blind-apply-palette.1 - blind - suckless command-line video editing utility | |
git clone git://git.suckless.org/blind | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
blind-apply-palette.1 (607B) | |
--- | |
1 .TH BLIND-APPLY-PALETTE 1 blind | |
2 .SH NAME | |
3 blind-apply-palette - Apply a colour palette to a video | |
4 .SH SYNOPSIS | |
5 .B blind-apply-palette | |
6 .I palette-stream | |
7 .SH DESCRIPTION | |
8 .B blind-apply-palette | |
9 reads a video from stdin and video from | |
10 .IR palette-stream . | |
11 For each frame, the colours in the video from | |
12 stdin are replaces with the closest match colour | |
13 from the same from in the video in | |
14 .IR palette-stream . | |
15 The resulting video is printed to stdout. | |
16 .SH SEE ALSO | |
17 .BR blind (7), | |
18 .BR blind-repeat (1), | |
19 .BR blind-get-colours (1), | |
20 .BR blind-repeat-tessellation (1) | |
21 .SH AUTHORS | |
22 Mattias Andrée | |
23 .RI < [email protected] > |