summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThilo Borgmann <thilo.borgmann@mail.de>2023-05-08 14:37:26 +0200
committerThilo Borgmann <thilo.borgmann@mail.de>2023-05-08 21:55:53 +0200
commit21a0b6bca80192a641b09774c603bd1acbda316e (patch)
tree0df02a93f1c8c3ea5158b7a01e7b8c0fa7e3c794 /doc
parent1eed7f65624cd590a4acd944f9bbeb9f03634a3f (diff)
downloadffmpeg-21a0b6bca80192a641b09774c603bd1acbda316e.tar.gz
avfilter/vf_mpdecimate: Add option to keep the first N similar frames before dropping
This allows for decimating large similar portions of a video while preserving small ones.
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 89dd59587b..284b6d798a 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -17656,6 +17656,13 @@ number of previous sequentially dropped frames.
Default value is 0.
+@item keep
+Set the maximum number of consecutive similar frames to ignore before to start dropping them.
+If the value is 0, the frame is dropped disregarding the
+number of previous sequentially similar frames.
+
+Default value is 0.
+
@item hi
@item lo
@item frac