blind

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

commit afb5da1566586f6f8f53a8b7e443b8bca70542fe
parent 91eae00bfa6abfb4b50833768d54ac48678c88f6
Author: Mattias Andrée <maandree@kth.se>
Date:   Fri,  2 Jun 2017 18:19:47 +0200

Update todo

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

Diffstat:
MTODO | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/TODO b/TODO @@ -17,6 +17,8 @@ blind-affine-colour apply an affine transformation to the colour of each pixel, blind-invert-chroma invert the chroma blind-from-sent convert a sent presentation to a one-frame-per-slide blind video. blind-interleave framewise interleave videos +blind-disperse inverse of blind-interleave + Useful for processing a video on multiple computers blind-kirsch https://en.wikipedia.org/wiki/Kirsch_operator blind-gaussian-noise https://en.wikipedia.org/wiki/Gaussian_noise @@ -42,6 +44,10 @@ blind-mean mean of multiple streams https://en.wikipedia.org/wiki/Logarithmic_mean https://en.wikipedia.org/wiki/Stolarsky_mean blind-temporal-arithm blind-arithm but over all frames in a video instead of over all streams +blind-split-rows split stream into multiple streams by splitting video horizontally +blind-split-cols split stream into multiple streams by splitting video vertically +blind-cat-rows merge video by vertically stacking streams (inverse of blind-split-rows) +blind-cat-cols merge video by putting streams beside each other (inverse of blind-split-cols) blind-from-video: add options to: * just run ffmpeg just print the output