aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-03-25 23:20:09 +0100
committerMattias Andrée <maandree@kth.se>2017-03-25 23:20:09 +0100
commit956cfba5ccc4f898341f84627bc7955052a349bb (patch)
tree52321d0e1159b9e9ef12d4cd5fa380627a3cfadc /TODO
parentblind-repeat: add support for reading from stdin (diff)
downloadblind-956cfba5ccc4f898341f84627bc7955052a349bb.tar.gz
blind-956cfba5ccc4f898341f84627bc7955052a349bb.tar.bz2
blind-956cfba5ccc4f898341f84627bc7955052a349bb.tar.xz
Update todo
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--TODO11
1 files changed, 11 insertions, 0 deletions
diff --git a/TODO b/TODO
index 5b050ec..ebd288c 100644
--- a/TODO
+++ b/TODO
@@ -15,6 +15,17 @@ blind-affine-colour apply an affine transformation to the colour of each pixel,
-p for transforming each pixel with their own transformation.
blind-translate animated translation
blind-invert-chroma invert the chroma
+blind-skip-pattern discard frames according to pattern, e.g. every other frame
+
+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.