commit 956cfba5ccc4f898341f84627bc7955052a349bb
parent 26837582379eed2a18350a448f51865f3cd86916
Author: Mattias Andrée <maandree@kth.se>
Date: Sat, 25 Mar 2017 23:20:09 +0100
Update todo
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat:
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git 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.