Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Martius <martius@mis.mpg.de>2013-09-14 04:54:39 +0400
committerClément Bœsch <clement@stupeflix.com>2013-09-27 20:48:31 +0400
commite064d0aaf622a78d15c051602c929b203c45c1e3 (patch)
tree9c236db1a6e4873639b2d89d399a4aa49ff48aa7 /doc/filters.texi
parentdf21537dfbb80651d81e5add6dece7da5cdb798d (diff)
avfilter/vidstabtransform: update optzoom range values for recent vid.stab update.
Signed-off-by: Georg Martius <martius@mis.mpg.de>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi11
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 7708fe3662..bd394951e9 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -7853,8 +7853,15 @@ percentage to zoom (default: 0)
@end table
@item optzoom
-if 1 then optimal zoom value is determined (default).
-Optimal zoom means no (or only little) border should be visible.
+set optimal zooming to avoid borders
+@table @samp
+@item 0
+disabled
+@item 1
+optimal static zoom value is determined (only very strong movements will lead to visible borders) (default)
+@item 2
+optimal adaptive zoom value is determined (no borders will be visible)
+@end table
Note that the value given at zoom is added to the one calculated
here.