From 69c060bea21d3b4ce63b5fff40d37e98c70ab88f Mon Sep 17 00:00:00 2001 From: Ashyni Date: Thu, 12 Jan 2023 17:36:34 +0100 Subject: avfilter/vf_cropdetect: add ability to change limit at runtime Fixes: https://trac.ffmpeg.org/ticket/9851 Signed-off-by: Ashyni --- doc/filters.texi | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3