blind

suckless command-line video editing utility
git clone git://git.suckless.org/blind
Log | Files | Refs | README | LICENSE

commit efa355f0085f13ef650b8db34dcdde1c2ac83484
parent 4b732ac07bbe8163a112e5b7fa61278833ad9285
Author: Mattias Andrée <maandree@kth.se>
Date:   Sat, 21 Jan 2017 11:10:18 +0100

Update todo

Signed-off-by: Mattias Andrée <maandree@kth.se>

Diffstat:
MTODO | 5+++--
Aman/blind-crop.1 | 12++++++++++++
2 files changed, 15 insertions(+), 2 deletions(-)

diff --git 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 @@ -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 >