diff options
| author | Mattias Andrée <maandree@kth.se> | 2017-03-25 23:20:09 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2017-03-25 23:20:09 +0100 |
| commit | 956cfba5ccc4f898341f84627bc7955052a349bb (patch) | |
| tree | 52321d0e1159b9e9ef12d4cd5fa380627a3cfadc /TODO | |
| parent | blind-repeat: add support for reading from stdin (diff) | |
| download | blind-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-- | TODO | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |
