From 38b837e0e142c78af836184822bd32f54d65477c Mon Sep 17 00:00:00 2001 From: "mail@nodoa.me" Date: Mon, 19 Dec 2022 16:18:53 +0100 Subject: 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. --- doc/filters.texi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3