summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAshyni <jeffrey.c@tuta.io>2023-01-12 17:36:34 +0100
committerPaul B Mahol <onemda@gmail.com>2023-01-24 21:53:53 +0100
commit69c060bea21d3b4ce63b5fff40d37e98c70ab88f (patch)
tree335963bd70c7100fe5a70007c0283b4faa5a668e /doc
parent3110e2845636aaab32c426c25790c7ead2878fde (diff)
avfilter/vf_cropdetect: add ability to change limit at runtime
Fixes: https://trac.ffmpeg.org/ticket/9851 Signed-off-by: Ashyni <jeffrey.c@tuta.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index be70a2396b..60e4d113a1 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -10587,6 +10587,16 @@ ffmpeg -flags2 +export_mvs -i file.mp4 -vf cropdetect=mode=mvedges,metadata=mode
@end example
@end itemize
+@subsection Commands
+
+This filter supports the following commands:
+
+@table @option
+@item limit
+The command accepts the same syntax of the corresponding option.
+If the specified expression is not valid, it is kept at its current value.
+@end table
+
@anchor{cue}
@section cue