Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-02-12 16:34:00 +0300
committerPaul B Mahol <onemda@gmail.com>2020-02-12 16:59:32 +0300
commit47773f7979d77c1fcd08b57e85af1ad08d9248c8 (patch)
tree94ef01cd73d9f761931c704c352e8ff3d778f6f6 /doc
parent28743f1803721b6d0b7dcfcc1cb07c1e58f8cc12 (diff)
avfilter/vf_xmedian: implement percentile option
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index c2af80dd51..9fadf3687f 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -20094,6 +20094,11 @@ If number of inputs is even number, than result will be mean value between two m
@item planes
Set which planes to filter. Default value is @code{15}, by which all planes are processed.
+
+@item percentile
+Set median percentile. Default value is @code{0.5}.
+Default value of @code{0.5} will pick always median values, while @code{0} will pick
+minimum values, and @code{1} maximum values.
@end table
@section xstack