aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO5
-rw-r--r--man/blind-crop.112
2 files changed, 15 insertions, 2 deletions
diff --git a/TODO b/TODO
index e41ee0a..c21609f 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,5 @@
-blind-transform transformation by matrix multiplication, -t for tiling, -s for improve quality
- on downscaling (pixels' neighbours must not change).
+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
@@ -13,5 +13,6 @@ 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-translate animated translation
Add [-j jobs] to blind-from-video and blind-to-video.
diff --git a/man/blind-crop.1 b/man/blind-crop.1
new file mode 100644
index 0000000..d1d4a8f
--- /dev/null
+++ b/man/blind-crop.1
@@ -0,0 +1,12 @@
+.TH BLIND-FLOP 1 blind
+.SH NAME
+blind-flop - Mirror a video horizontally
+.SH SYNOPSIS
+.B blind-flop
+.SH DESCRIPTION
+.B blind-flop
+reads a video from stdin and prints it, mirrored
+horizontally, to stdout.
+.SH AUTHORS
+Mattias Andree
+.RI < maandree@kth.se >