commit afb5da1566586f6f8f53a8b7e443b8bca70542fe
Author: Mattias Andrée <maandree_AT_kth.se>
AuthorDate: Fri Jun 2 18:19:47 2017 +0200
Commit: Mattias Andrée <maandree_AT_kth.se>
CommitDate: Fri Jun 2 19:32:22 2017 +0200
Update todo
Signed-off-by: Mattias Andrée <maandree_AT_kth.se>
diff --git a/TODO b/TODO
index 1f2225c..e621a3c 100644
--- a/TODO
+++ b/TODO
_AT_@ -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
_AT_@ -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
Received on Fri Jun 02 2017 - 22:32:22 CEST