doc/filters: add one more lutyuv example

This commit is contained in:
Paul B Mahol 2016-08-09 12:35:01 +02:00
parent 26695aedc2
commit 011837285f
1 changed files with 6 additions and 0 deletions

View File

@ -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