blind-reverse.1 - blind - suckless command-line video editing utility | |
git clone git://git.suckless.org/blind | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
blind-reverse.1 (620B) | |
--- | |
1 .TH BLIND-REVERSE 1 blind | |
2 .SH NAME | |
3 blind-reverse - Reverse a video | |
4 .SH SYNOPSIS | |
5 .B blind-reverse | |
6 [-i] | |
7 .I file | |
8 .SH DESCRIPTION | |
9 .B blind-reverse | |
10 reads a video from | |
11 .I file | |
12 and prints it in reverse frame-order to stdout. | |
13 .I file | |
14 must be a regular file. | |
15 .SH OPTIONS | |
16 .TP | |
17 .B -i | |
18 Reverse the file in place rather than printing | |
19 it to stdout. | |
20 .SH REQUIREMENTS | |
21 .B blind-reverse | |
22 requires enough free memory to load two full frames into | |
23 memory if | |
24 .B -i | |
25 is used. A frame requires 32 bytes per pixel it contains. | |
26 .SH SEE ALSO | |
27 .BR blind (7), | |
28 .BR blind-split (1), | |
29 .BR blind-concat (1) | |
30 .SH AUTHORS | |
31 Mattias Andrée | |
32 .RI < [email protected] > |