You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
doc/filters: add one more lutyuv example
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user