summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormail@nodoa.me <mail@nodoa.me>2022-12-19 16:18:53 +0100
committerPaul B Mahol <onemda@gmail.com>2022-12-19 16:24:25 +0100
commit38b837e0e142c78af836184822bd32f54d65477c (patch)
tree5579e371015e08c820049fb9b474c2fa40ef8ba5 /doc
parent48d5aecfc4386be096dfb5d4c021af247ef0d803 (diff)
avfilter/vf_decimate: add mixed option to process input only partially to be decimated
Enabling the option will only decimate frames below dupthresh and output at variable frame rate.
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 9b29b0a431..d519c3e9b8 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -10922,6 +10922,11 @@ stream is the clean source from where the kept frames are chosen. Default is
@item chroma
Set whether or not chroma is considered in the metric calculations. Default is
@code{1}.
+
+@item mixed
+Set whether or not the input only partially contains content to be decimated.
+Default is @code{false}.
+If enabled video output stream will be in variable frame rate.
@end table
@section deconvolve