diff options
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,11 @@ Write manpages for: + blind-interleave framewise interleave videos blind-disperse inverse of blind-interleave Useful for processing a video on multiple computers blind-split-rows split stream into multiple streams by splitting video horizontally blind-split-cols split stream into multiple streams by splitting video vertically + blind-cat-rows merge video by vertically stacking streams (inverse of blind-split-rows) + blind-cat-cols merge video by putting streams beside each other (inverse of blind-split-cols) blind-transform affine transformation by matrix multiplication, -t for tiling, -s for improve quality on downscaling (pixels' neighbours must not change). @@ -22,7 +25,6 @@ blind-affine-colour apply an affine transformation to the colour of each pixel, -p for transforming each pixel with their own transformation. blind-invert-chroma invert the chroma blind-from-sent convert a sent presentation to a one-frame-per-slide blind video. -blind-interleave framewise interleave videos blind-kirsch https://en.wikipedia.org/wiki/Kirsch_operator blind-gaussian-noise https://en.wikipedia.org/wiki/Gaussian_noise @@ -48,8 +50,6 @@ blind-mean mean of multiple streams https://en.wikipedia.org/wiki/Logarithmic_mean https://en.wikipedia.org/wiki/Stolarsky_mean blind-temporal-arithm blind-arithm but over all frames in a video instead of over all streams -blind-cat-rows merge video by vertically stacking streams (inverse of blind-split-rows) -blind-cat-cols merge video by putting streams beside each other (inverse of blind-split-cols) blind-from-video: add options to: * just run ffmpeg just print the output |
