blind-interleave.1 - blind - suckless command-line video editing utility | |
git clone git://git.suckless.org/blind | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
blind-interleave.1 (594B) | |
--- | |
1 .TH BLIND-INTERLEAVE 1 blind | |
2 .SH NAME | |
3 blind-interleave - Framewise interleave videos | |
4 .SH SYNOPSIS | |
5 .B blind-interleave | |
6 .RI ( file | |
7 .IR frames )\ ... | |
8 .SH DESCRIPTION | |
9 .BR blind-interleave , | |
10 for each specified pair of | |
11 .I file | |
12 and | |
13 .IR frames , | |
14 in order, reads | |
15 .I frames | |
16 frames from | |
17 .R file | |
18 and writes the read frames to stdout. | |
19 This process is repeated until the number of specified | |
20 .I frames | |
21 cannot be read from a | |
22 .IR file . | |
23 .SH SEE ALSO | |
24 .BR blind (7), | |
25 .BR blind-disperse (1), | |
26 .BR blind-concat (1), | |
27 .BR blind-cat-cols (1), | |
28 .BR blind-cat-rows (1), | |
29 .SH AUTHORS | |
30 Mattias Andrée | |
31 .RI < [email protected] > |