Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2016-08-09 13:35:01 +0300
committerPaul B Mahol <onemda@gmail.com>2016-08-09 13:35:01 +0300
commit011837285ffc681251d7aa133859499d35381b11 (patch)
treeb1d82b21f1bf4414f1228d9da4a1cd9f82c51689 /doc/filters.texi
parent26695aedc200867acc32c89bae0fa0fc6f7d512a (diff)
doc/filters: add one more lutyuv example
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 73c4adaabf..8b52a02cc4 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -9128,6 +9128,12 @@ Discard least significant bits of luma:
@example
lutyuv=y='bitand(val, 128+64+32)'
@end example
+
+@item
+Technicolor like effect:
+@example
+lutyuv=u='(val-maxval/2)*2+maxval/2':v='(val-maxval/2)*2+maxval/2'
+@end example
@end itemize
@section maskedmerge