From 7d04327e7158d42ff62bc8b607d2832bb0b73d08 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 3 Dec 2013 22:24:49 +0100 Subject: vf_gradfun: reroute to vf_lavfi Also update the manpage. We changed defaults and added a suboption quite some time ago, and we forgot to update the manpage at all. --- DOCS/man/en/vf.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'DOCS/man/en') diff --git a/DOCS/man/en/vf.rst b/DOCS/man/en/vf.rst index 3823bcf4c4..e202a21575 100644 --- a/DOCS/man/en/vf.rst +++ b/DOCS/man/en/vf.rst @@ -830,24 +830,24 @@ Available filters are: Deprecated. Use libavfilter's ``stereo3d`` filter through ``--vf=lavfi`` instead. -``gradfun[=strength[:radius]]`` +``gradfun[=strength[:radius|:size=]]`` Fix the banding artifacts that are sometimes introduced into nearly flat regions by truncation to 8bit color depth. Interpolates the gradients that should go where the bands are, and dithers them. ```` Maximum amount by which the filter will change any one pixel. Also the - threshold for detecting nearly flat regions (default: 1.2). + threshold for detecting nearly flat regions (default: 1.5). ```` Neighborhood to fit the gradient to. Larger radius makes for smoother gradients, but also prevents the filter from modifying pixels near - detailed regions (default: 16). + detailed regions (default: disabled). - .. note:: + ```` + size of the filter in percent of the image diagonal size. This is + used to calculate the final radius size (default: 1). - Deprecated. Use libavfilter's ``gradfun`` filter through ``--vf=lavfi`` - instead. ``dlopen=dll[:a0[:a1[:a2[:a3]]]]`` Loads an external library to filter the image. The library interface -- cgit v1.2.3