mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-03 14:32:16 +02:00
doc/filters: add bit-slicing example in lutyuv docs
This commit is contained in:
parent
b2098d2417
commit
356922e237
@ -3850,6 +3850,12 @@ Correct luminance gamma by a 0.5 factor:
|
||||
@example
|
||||
lutyuv=y=gammaval(0.5)
|
||||
@end example
|
||||
|
||||
@item
|
||||
Discard least significant bits of luma:
|
||||
@example
|
||||
lutyuv=y='bitand(val, 128+64+32)'
|
||||
@end example
|
||||
@end itemize
|
||||
|
||||
@section mp
|
||||
|
Loading…
x
Reference in New Issue
Block a user