This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
doc/filters: add bit-slicing example in lutyuv docs
tags/n2.0
Stefano Sabatini
13 years ago
parent
b2098d2417
commit
356922e237
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
doc/filters.texi
+ 6
- 0
doc/filters.texi
View File
@@ -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
Write
Preview
Loading…
Cancel
Save