blind-skip-pattern.1 - blind - suckless command-line video editing utility | |
git clone git://git.suckless.org/blind | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
blind-skip-pattern.1 (573B) | |
--- | |
1 .TH BLIND-SKIP-PATTERN 1 blind | |
2 .SH NAME | |
3 blind-skip-pattern - Skips frames in a video according to pattern | |
4 .SH SYNOPSIS | |
5 .B blind-skip-pattern | |
6 .RI ( skipped-frames | |
7 | | |
8 .RI + included-frames )\ ... | |
9 .SH DESCRIPTION | |
10 For every argument, | |
11 .B blind-skip-pattern | |
12 skips | |
13 .I skipped-frames | |
14 frames from stdin or prints | |
15 .I included-frames | |
16 frames from stdin to stdout, | |
17 until the end of stdin is reached. | |
18 After the last argument, | |
19 .B blind-skip-pattern | |
20 jumps back to the first argument. | |
21 .SH SEE ALSO | |
22 .BR blind (7), | |
23 .BR blind-next-frame (1), | |
24 .SH AUTHORS | |
25 Mattias Andrée | |
26 .RI < [email protected] > |