summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2016-08-15 09:59:40 +0200
committerPaul B Mahol <onemda@gmail.com>2016-08-15 09:59:40 +0200
commit4899953a479f16f7ef277a0e4687467891ff09d2 (patch)
tree00732dbe0068e0734117ae2d8b1126950171d4b8 /doc
parentac18114b96fb59056d78b00b73b991007cd7bcd2 (diff)
doc/filters: add yet another zoompan usage example
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 3a9e251e00..c595feda5a 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -13973,6 +13973,12 @@ Zoom-in up to 1.5 and pan always at center of picture:
@example
zoompan=z='min(zoom+0.0015,1.5)':d=700:x='iw/2-(iw/zoom/2)':y='ih/2-(ih/zoom/2)'
@end example
+
+@item
+Same as above but without pausing:
+@example
+zoompan=z='min(max(zoom,pzoom)+0.0015,1.5)':d=1:x='iw/2-(iw/zoom/2)':y='ih/2-(ih/zoom/2)'
+@end example
@end itemize
@section zscale