Update todo - blind - suckless command-line video editing utility | |
git clone git://git.suckless.org/blind | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit cf27d7fabb899af7a16b3e6bff7c2432c36a2d35 | |
parent b87d6efb6fdca579c23020a93212f8f35375e1fe | |
Author: Mattias Andrée <[email protected]> | |
Date: Tue, 6 Jun 2017 20:12:41 +0200 | |
Update todo | |
Signed-off-by: Mattias Andrée <[email protected]> | |
Diffstat: | |
M TODO | 5 +++-- | |
1 file changed, 3 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/TODO b/TODO | |
@@ -1,7 +1,8 @@ | |
blind-transform affine transformation by matrix multiplication,… | |
improve quality on downscaling (pixels' neighb… | |
-blind-chroma-key replace a chroma with transparency. | |
-blind-primary-key replace a primary with transparency, -g for greyscale… | |
+blind-chroma-key replace a chroma with transparency or create an mask f… | |
+blind-primary-key replace a primary with transparency or create an mask… | |
+ -g for greyscaled images. | |
blind-primaries given three selectable primaries split the vide… | |
only one primary active. | |
blind-apply-map remap pixels (distortion) using the X and Y val… |