commit 4be4c3c2769c2563e94bd3294c8c98e41e0b5361
parent 0456b71137d728bbcf016b42931ae9a863dce844
Author: Mattias Andrée <maandree@kth.se>
Date: Mon, 9 Jan 2017 22:13:14 +0100
Update todo
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/TODO b/TODO
@@ -8,7 +8,7 @@ vu-chroma-key replace a chroma with transparency
vu-from-video use ffmpeg to convert from another format
vu-to-video use ffmpeg to convert to another format
vu-primaries given three selectable primaries split the video into three side-by-side which
- only one primary active
+ only one primary active
vu-crop crop video
vu-extend extend the video on which side with transparency
vu-add perform addition on each channel
@@ -18,4 +18,5 @@ vu-div perform division on each channel
vu-exp perform exponentiation on each channel
vu-min perform clipping to lower bound on each channel
vu-max perform clipping to upper bound on each channel
-vu-distort-map remap pixels using the X and Y values
+vu-distort-map remap pixels using the X and Y values, -s for improve quality on downscaling
+ (pixels' neighbours must not change)