diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2016-05-03 13:53:17 -0400 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2016-05-10 08:37:55 -0400 |
commit | 431117dcb55c9bd47febf9ee3379e14a5d6595c8 (patch) | |
tree | e4bb5bed1f77a604e4368fbe77267e4fbfb5b91b /doc/filters.texi | |
parent | 9486de5a85f0c54f241849d6b22bee943da557d0 (diff) | |
download | ffmpeg-431117dcb55c9bd47febf9ee3379e14a5d6595c8.tar.gz |
vf_colorspace: add floyd-steinberg dithering option to full conversion.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 8fca52d7ad..814388fbb2 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -5145,6 +5145,19 @@ YUV 4:4:4 planar 12-bits Do a fast conversion, which skips gamma/primary correction. This will take significantly less CPU, but will be mathematically incorrect. To get output compatible with that produced by the colormatrix filter, use fast=1. + +@item dither +Specify dithering mode. + +The accepted values are: +@table @samp +@item none +No dithering + +@item fsb +Floyd-Steinberg dithering +@end table + @end table The filter converts the transfer characteristics, color space and color |