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 13:25:25 +0300
committerPaul B Mahol <onemda@gmail.com>2020-02-12 13:27:28 +0300
commit28743f1803721b6d0b7dcfcc1cb07c1e58f8cc12 (patch)
treec9d83bfe0a16ff0f9dd7cfcaaa2a6e137480e977 /doc
parentd9751a116275ec0281ea7c4bd28d8d10b457e264 (diff)
avfilter/vf_median: 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 7c25bbaf97..c2af80dd51 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -13289,6 +13289,11 @@ Set which planes to process. Default is @code{15}, which is all available planes
Set vertical radius size. Default value is @code{0}.
Allowed range is integer from 0 to 127.
If it is 0, value will be picked from horizontal @code{radius} option.
+
+@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
@subsection Commands