summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-12-31 12:00:30 +0100
committerPaul B Mahol <onemda@gmail.com>2020-01-11 19:05:17 +0100
commit1a7f4a122e419f108bb31d4abc75045bfdc29319 (patch)
tree21a33e08af614240b7512c91126f65946bfe7975 /doc
parent6a1bf8634acdd7112979b7e5ae6684e4acaf3339 (diff)
avfilter: add freezeframes video filter
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index a2f862e85f..d51fc4d9e0 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -11219,6 +11219,25 @@ specified value) or as a difference ratio between 0 and 1. Default is -60dB, or
Set freeze duration until notification (default is 2 seconds).
@end table
+@section freezeframes
+
+Freeze video frames.
+
+This filter freezes video frames using frame from 2nd input.
+
+The filter accepts the following options:
+
+@table @option
+@item first
+Set number of first frame from which to start freeze.
+
+@item last
+Set number of last frame from which to end freeze.
+
+@item replace
+Set number of frame from 2nd input which will be used instead of replaced frames.
+@end table
+
@anchor{frei0r}
@section frei0r