• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H06-May-2017-10551

man/H06-May-2017-1,9291,885

src/H03-May-2022-5,1204,169

LICENSEH A D06-May-2017753 1612

MakefileH A D06-May-20172.8 KiB131114

READMEH A D06-May-20173.4 KiB13088

TODOH A D06-May-20171.6 KiB3328

blind-rotate-180H A D06-May-2017359 1913

blind-rotate-270H A D06-May-2017384 1913

blind-rotate-90H A D06-May-2017384 1913

config.mkH A D03-May-2022311 126

README

1NAME
2       blind - Collection of command line video editing utilities
3
4DESCRIPTION
5       blind is a collection of command line video editing utilities. blind uses a
6       custom raw video format with a simple container. If you have a video file
7       you want to edit, you first have to convert it with blind-from-video(1). To
8       be able to play your video in a video play, you have to convert it with
9       blind-to-video(1).
10
11       Raw video takes up tremendous amount of space, you should therefore avoid
12       storing the video without first convert it with blind-to-video(1).
13
14UTILITIES
15       blind-arithm(1)
16              Perform simple arithmetic on a video
17
18       blind-colour-ciexyz(1)
19              Convert CIE XYZ for use with blind-single-colour(1)
20
21       blind-colour-srgb(1)
22              Convert sRGB for use with blind-single-colour(1)
23
24       blind-concat(1)
25              Concatenate videos
26
27       blind-crop(1)
28              Extract subframes for all frames
29
30       blind-cut(1)
31              Retain consecutive frames
32
33       blind-dissolve(1)
34              Fade a video by chaning it's alpha channel
35
36       blind-extend(1)
37              Add margins to a video
38
39       blind-flip(1)
40              Mirror a video vertically
41
42       blind-flop(1)
43              Mirror a video horizontally
44
45       blind-from-image(1)
46              Convert an image to a frame
47
48       blind-from-text(1)
49              Convert text to a video
50
51       blind-from-video(1)
52              Converts a regular, cooked video to a blind video
53
54       blind-gauss-blur(1)
55              Apply Gaussian blur to a video
56
57       blind-invert-luma(1)
58              Invert the luminosity of a video
59
60       blind-next-frame(1)
61              Extracts the next frame from a video
62
63       blind-read-head(1)
64              Reads the head from a video
65
66       blind-repeat(1)
67              Repeat a video
68
69       blind-reverse(1)
70              Reverse a video
71
72       blind-rewrite-head(1)
73              Rewrite the head of a video
74
75       blind-rotate-90(1)
76              Rotate a video 90 degrees clockwise
77
78       blind-rotate-180(1)
79              Rotate a video 180 degrees
80
81       blind-rotate-270(1)
82              Rotate a video 270 degrees clockwise
83
84       blind-set-alpha(1)
85              Multiply the alpha channel of a video
86
87       blind-set-luma(1)
88              Multiply the luminosity of a video
89
90       blind-set-saturation(1)
91              Multiply the saturation of a video
92
93       blind-single-colour(1)
94              Generate a single-colour video
95
96       blind-skip-pattern(1)
97              Skips frames in a video according to pattern
98
99       blind-split(1)
100              Split a video, by frame, into multiple videos
101
102       blind-stack(1)
103              Overlay videos
104
105       blind-time-blur(1)
106              Draw new frames on top of old frames with partial alpha
107
108       blind-to-image(1)
109              Convert a frame to an image
110
111       blind-to-text(1)
112              Convert a video to text
113
114       blind-to-video(1)
115              Converts blind video to a regular video
116
117       blind-translate(1)
118              Perform framewise translation of a video
119
120       blind-transpose(1)
121              Transpose a video
122
123       blind-write-head(1)
124              Writes the head of a video
125
126SEE ALSO
127       ffmpeg(1), ffprobe(1), convert(1), sox(1), rubberband(1), soundstretch(1)
128
129       blind's website: <http://tools.suckless.org/blind/>.
130