1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
blind-transform affine transformation by matrix multiplication, -t for tiling, -s for
improve quality on downscaling (pixels' neighbours must not change).
blind-chroma-key replace a chroma with transparency.
blind-primary-key replace a primary with transparency, -g for greyscaled images.
blind-primaries given three selectable primaries split the video into three side-by-side which
only one primary active.
blind-apply-map remap pixels (distortion) using the X and Y values, -t for tiling, -s for
improve quality on downscaling (pixels' neighbours must not change).
blind-apply-kernel apply a convolution matrix.
blind-find-frame a graphical tool for locating frames, should highlight key frames, and
play audio. Should support both regular videos files and uivf.
blind-affine-colour apply an affine transformation to the colour of each pixel,
-a for ignoring the alpha channel,
-l for linear transformation,
-p for transforming each pixel with their own transformation.
blind-invert-chroma invert the chroma
blind-skip-pattern discard frames according to pattern, e.g. every other frame
blind-from-sent convert a sent presentation to a one-frame-per-slide blind video
blind-from-video: add options to:
* just run ffmpeg just print the output
* convert output from the option above to blind's format,
but stop after a selected number of frames
* like above, but instead of convert, simply read and
print to stdout (up to user to direct to /dev/null
for discarding)
blind-next-frame: add option to read multiple frames
Add [-j jobs] to blind-from-video and blind-to-video.
HELP REQUIRED:
blind-z-map create a Z-map video from two or more videos
blind-track track the movement of a point
|